From b038ad2136e4cfa2e6bbcd22e6bd0ab0d57a7c8a Mon Sep 17 00:00:00 2001 From: Daniel Emery Date: Tue, 16 Apr 2024 15:27:46 +0200 Subject: [PATCH] PLA-1131 Echo postrelease outputs --- .github/workflows/deploy-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index fc629a7..9078413 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -58,6 +58,11 @@ jobs: - name: Perform post-release actions uses: abusix/github-release-actions/perform-post-release@PLA-1131-additional-outputs + id: post_release with: github-token: ${{ secrets.GITHUB_TOKEN }} release-id: ${{ needs.prepare-production-deployment.outputs.release-id }} + + - name: Echo the outputs + run: | + echo "release-url: ${{ steps.post_release.outputs.release-url }}"