From 7c6d494a08015f7ad2c3ea71787ac153b5a43712 Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Sat, 29 Nov 2025 22:21:26 -0500 Subject: [PATCH 1/2] CI: Minor improvements to notify.yml --- .github/workflows/notify.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 9fd6ce1bc0..630d16f529 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2021 The Elixir Team -name: Notify +name: Release Notifications on: release: @@ -15,14 +15,15 @@ jobs: notify: runs-on: ubuntu-latest name: Notify + steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - with: - fetch-depth: 50 + - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4 with: otp-version: "27.3" elixir-version: "1.18.3" + - name: Run Elixir script env: ELIXIR_FORUM_TOKEN: ${{ secrets.ELIXIR_FORUM_TOKEN }} From 013f2b8fed613d9d46b79497d5708081926aba60 Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Mon, 1 Dec 2025 08:33:04 -0500 Subject: [PATCH 2/2] CI: Rename Notify file as Release Notifications --- .github/workflows/{notify.yml => release_notifications.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{notify.yml => release_notifications.yml} (100%) diff --git a/.github/workflows/notify.yml b/.github/workflows/release_notifications.yml similarity index 100% rename from .github/workflows/notify.yml rename to .github/workflows/release_notifications.yml