Skip to content

Commit

Permalink
ci(release): fix unrecognized named-value
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 committed Apr 8, 2022
1 parent 549ed48 commit e054192
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 @@ -74,9 +74,9 @@ jobs:
event-type: rhoas-cli-release
client-payload: '{"version": steps.set-version.outputs.version }'
tools-release:
if: steps.check-tag.outputs.prerelease == 'false'
needs: release
runs-on: ubuntu-latest
if: needs.release.steps.check-tag.outputs.prerelease == 'false'
steps:
- uses: actions/checkout@v2
- name: Notify tools repo
Expand Down

0 comments on commit e054192

Please sign in to comment.