Skip to content

Commit

Permalink
Replaced a needs with steps erroneously
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jul 2, 2024
1 parent 34d160a commit a891bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
if: ${{ github.event.inputs.dry-run-enabled != 'true' && !cancelled() && !failure() }}
with:
tag: ${{ needs.validate-release.outputs.tag }}
prerelease: ${{ steps.validate-release.outputs.prerelease == 'true' }}
prerelease: ${{ needs.validate-release.outputs.prerelease == 'true' }}
draft: false
generateReleaseNotes: true
skipIfReleaseExists: true

0 comments on commit a891bc8

Please sign in to comment.