From 2e0ab5fd01c18322494096ae6db4f5ee67752c3d Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Wed, 10 Apr 2024 13:28:46 +0300 Subject: [PATCH] Fix github actions tagging --- .github/workflows/update-build-release.yml | 1 + 1 file changed, 1 insertion(+) 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