Skip to content

Commit 1c55d07

Browse files
committed
update release-please workflow
1 parent 47011b2 commit 1c55d07

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
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
workflow: release-csharp-bindings.yml
8484
ref: master
85-
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
85+
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}", "release-type": "release" }'
8686
token: ${{ secrets.RELEASE_TOKEN }}
8787

8888
publish-nim-bindings:

0 commit comments

Comments
 (0)