Skip to content

Commit

Permalink
chore(ci): fix mismatched input name to publish workflow (#2327)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 15, 2023
1 parent da5f629 commit cfd4fcd
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 @@ -63,7 +63,7 @@ jobs:
repo: noir-lang/noir
ref: master
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "noir-ref": "${{ needs.release-please.outputs.tag-name }}", "publish": true }'
inputs: '{ "tag": "${{ needs.release-please.outputs.tag-name }}", "publish": true }'

publish-wasm:
name: Publish noir_wasm package
Expand Down

0 comments on commit cfd4fcd

Please sign in to comment.