From 2af4ce5bc5f7d76ac2ceb62ac1cf95aaf241e73c Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 15 Aug 2023 20:15:56 +0100 Subject: [PATCH] chore(ci): fix mismatched input name to publish workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c99a6e3603..37136df68d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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