Skip to content

Commit

Permalink
Merge pull request #295 from gocardless/rnaveiras-github-action-output
Browse files Browse the repository at this point in the history
Update release workflow
  • Loading branch information
rnaveiras committed Jun 14, 2023
2 parents 5d6e91d + bc6e5bc commit 9931672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
requires-release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
outputs:
release: ${{ steps.version.output.release }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9931672

Please sign in to comment.