Skip to content

Commit

Permalink
chore(ci): fix output name in release please workflow (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 29, 2023
1 parent 0317e93 commit 857821f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:

- name: Dispatch to publish workflow
uses: benc-uk/workflow-dispatch@v1
if: ${{ steps.release.outputs.tag-name }}
if: ${{ steps.release.outputs.tag_name }}
with:
workflow: publish.yml
repo: AztecProtocol/barretenberg
ref: master
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "tag": "${{ steps.release.outputs.tag-name }}", "publish": true }'
inputs: '{ "tag": "${{ steps.release.outputs.tag_name }}", "publish": true }'




0 comments on commit 857821f

Please sign in to comment.