From 560caa9f06c2d32e214f21c50515ce5f57ac6887 Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Mon, 28 Aug 2023 00:22:23 -0400 Subject: [PATCH] fix: ref for rel --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index cc00d7906..27149a441 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -215,9 +215,9 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: + target_commitish: ${{ env.GITHUB_SHA }} tag_name: ${{ needs.build_and_publish.outputs.next_version }} - target_commitish: ${{ env.GITHUB_REF_NAME }} body: | - ${{ needs.build_and_publish.outputs.next_version }} + # ${{ needs.build_and_publish.outputs.next_version }} ${{ env.CHANGELOG }}