Skip to content

Commit

Permalink
Merge pull request #297 from gocardless/rnaveiras-github-actions-outp…
Browse files Browse the repository at this point in the history
…uts-2

github action step outputs
  • Loading branch information
rnaveiras committed Jun 14, 2023
2 parents 62d6d38 + 5c8134b commit 744412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
outputs:
release: ${{ steps.version.output.release }}
release: ${{ steps.version.outputs.release }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 744412f

Please sign in to comment.