Skip to content

Commit 633eacf

Browse files
committed
Fix release action where v prefix is added to tag with existing prefix
1 parent 7196ba7 commit 633eacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- release
9393
uses: ./.github/workflows/push-ghcr-image.yml
9494
with:
95-
git_tag_name: v${{ needs.setup-environment.outputs.git_tag_name }}
95+
git_tag_name: ${{ needs.setup-environment.outputs.git_tag_name }}
9696
secrets:
9797
DOCKER_GHCR: ${{ secrets.DOCKER_GHCR }}
9898

0 commit comments

Comments
 (0)