We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8741e5 commit 596b6e0Copy full SHA for 596b6e0
1 file changed
.github/workflows/package.yml
@@ -135,8 +135,8 @@ jobs:
135
uses: ncipollo/release-action@v1
136
with:
137
tag: v${{ env.hxcpp_release }}
138
- commit: ${{ github.head_ref }}
+ commit: ${{ github.ref }}
139
name: Release ${{ env.hxcpp_release }}
140
draft: false
141
prerelease: false
142
- artifacts: ./hxcpp-${{ env.hxcpp_release }}.zip
+ artifacts: ./hxcpp-${{ env.hxcpp_release }}.zip
0 commit comments