We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47011b2 commit 1c55d07Copy full SHA for 1c55d07
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
with:
83
workflow: release-csharp-bindings.yml
84
ref: master
85
- inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}" }'
+ inputs: '{ "ref": "${{ needs.release-please.outputs.tag-name }}", "release-type": "release" }'
86
token: ${{ secrets.RELEASE_TOKEN }}
87
88
publish-nim-bindings:
0 commit comments