We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b519ae commit 3172f74Copy full SHA for 3172f74
.github/workflows/notify.yml renamed to .github/workflows/release_notifications.yml
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: 2021 The Elixir Team
3
4
-name: Notify
+name: Release Notifications
5
6
on:
7
release:
@@ -15,14 +15,15 @@ jobs:
15
notify:
16
runs-on: ubuntu-latest
17
name: Notify
18
+
19
steps:
20
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- with:
21
- fetch-depth: 50
22
- uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
23
with:
24
otp-version: "27.3"
25
elixir-version: "1.18.3"
26
27
- name: Run Elixir script
28
env:
29
ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }}
0 commit comments