diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a04277911..0c61c65dc 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -135,8 +135,8 @@ jobs: uses: ncipollo/release-action@v1 with: tag: v${{ env.hxcpp_release }} - commit: ${{ github.head_ref }} + commit: ${{ github.ref }} name: Release ${{ env.hxcpp_release }} draft: false prerelease: false - artifacts: ./hxcpp-${{ env.hxcpp_release }}.zip \ No newline at end of file + artifacts: ./hxcpp-${{ env.hxcpp_release }}.zip