diff --git a/.github/workflows/update-build-release.yml b/.github/workflows/update-build-release.yml index 9e9d693..74fc865 100644 --- a/.github/workflows/update-build-release.yml +++ b/.github/workflows/update-build-release.yml @@ -125,6 +125,7 @@ jobs: tag_name: ${{ needs.update_packages.outputs.tag_name}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_SHA: ${{ needs.update_packages.outputs.commit_long_sha }} - name: Upload files to a GitHub release uses: ncipollo/release-action@v1.13.0