We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d564e39 commit cdeaecbCopy full SHA for cdeaecb
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
workflow: release-rust-crates.yml
42
ref: master
43
- inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
+ inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}", "release-type": "release" }'
44
token: ${{ secrets.RELEASE_TOKEN }}
45
46
publish-node-bindings:
0 commit comments