Skip to content

Commit cdeaecb

Browse files
committed
modify workflow-dispatch input
1 parent d564e39 commit cdeaecb

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
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
workflow: release-rust-crates.yml
4242
ref: master
43-
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
43+
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}", "release-type": "release" }'
4444
token: ${{ secrets.RELEASE_TOKEN }}
4545

4646
publish-node-bindings:

0 commit comments

Comments
 (0)