From 953aa8f95d5a66443c3ad3bc3386d2c4d13887d0 Mon Sep 17 00:00:00 2001 From: Daniel Emery Date: Tue, 16 Apr 2024 16:48:51 +0200 Subject: [PATCH] PLA-1131 Refer to action via branch (again) --- .github/workflows/deploy-release.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index e1dc88c..9078413 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -18,7 +18,7 @@ jobs: is-existing-release: ${{ steps.pre_release.outputs.is-existing-release }} steps: - name: Perform pre-release actions - uses: abusix/github-release-actions/perform-pre-release@68d37f93136bda66ad81820d2ca3adb9b5076ebe + uses: abusix/github-release-actions/perform-pre-release@PLA-1131-additional-outputs id: pre_release with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -57,7 +57,7 @@ jobs: docker push ghcr.io/${{ github.repository }}:latest - name: Perform post-release actions - uses: abusix/github-release-actions/perform-post-release@68d37f93136bda66ad81820d2ca3adb9b5076ebe + uses: abusix/github-release-actions/perform-post-release@PLA-1131-additional-outputs id: post_release with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69a8a7a..8289e7a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: APP_VERSION=${{ needs.generate-version.outputs.RELEASE_VERSION }} - name: Create release - uses: abusix/github-release-actions/create-prerelease@68d37f93136bda66ad81820d2ca3adb9b5076ebe + uses: abusix/github-release-actions/create-prerelease@PLA-1131-additional-outputs with: release-version: ${{ needs.generate-version.outputs.RELEASE_VERSION }} github-token: ${{ secrets.GITHUB_TOKEN }}