Skip to content

Commit

Permalink
update release-please workflow
Browse files Browse the repository at this point in the history
kevaundray committed Aug 1, 2024
1 parent 47011b2 commit 1c55d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ jobs:
with:
workflow: release-csharp-bindings.yml
ref: master
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}", "release-type": "release" }'
token: ${{ secrets.RELEASE_TOKEN }}

publish-nim-bindings:

0 comments on commit 1c55d07

Please sign in to comment.