Skip to content

Commit cfd4fcd

Browse files
authoredAug 15, 2023
chore(ci): fix mismatched input name to publish workflow (#2327)
1 parent da5f629 commit cfd4fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repo: noir-lang/noir
6464
ref: master
6565
token: ${{ secrets.GITHUB_TOKEN }}
66-
inputs: '{ "noir-ref": "${{ needs.release-please.outputs.tag-name }}", "publish": true }'
66+
inputs: '{ "tag": "${{ needs.release-please.outputs.tag-name }}", "publish": true }'
6767

6868
publish-wasm:
6969
name: Publish noir_wasm package

0 commit comments

Comments
 (0)
Please sign in to comment.