From a984e53c6dc7b4e9ddd036979a2c3bff91571dff Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Mon, 28 Aug 2023 21:50:37 -0400 Subject: [PATCH] fix: ref for rel --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 27149a441..77a121a7d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -215,7 +215,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - target_commitish: ${{ env.GITHUB_SHA }} + target_commitish: ${{ github.sha }} tag_name: ${{ needs.build_and_publish.outputs.next_version }} body: | # ${{ needs.build_and_publish.outputs.next_version }}