Skip to content

Commit 3172f74

Browse files
CI: Minor improvements to Release Notifications action (#14981)
1 parent 6b519ae commit 3172f74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/notify.yml renamed to .github/workflows/release_notifications.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: 2021 The Elixir Team
33

4-
name: Notify
4+
name: Release Notifications
55

66
on:
77
release:
@@ -15,14 +15,15 @@ jobs:
1515
notify:
1616
runs-on: ubuntu-latest
1717
name: Notify
18+
1819
steps:
1920
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20-
with:
21-
fetch-depth: 50
21+
2222
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
2323
with:
2424
otp-version: "27.3"
2525
elixir-version: "1.18.3"
26+
2627
- name: Run Elixir script
2728
env:
2829
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}

0 commit comments

Comments
 (0)