Skip to content

Commit

Permalink
PLA-1131 Echo postrelease outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Apr 16, 2024
1 parent f8c4d48 commit b038ad2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit b038ad2

Please sign in to comment.