Skip to content

Commit

Permalink
Fix release action where v prefix is added to tag with existing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jul 12, 2024
1 parent 7196ba7 commit 633eacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- release
uses: ./.github/workflows/push-ghcr-image.yml
with:
git_tag_name: v${{ needs.setup-environment.outputs.git_tag_name }}
git_tag_name: ${{ needs.setup-environment.outputs.git_tag_name }}
secrets:
DOCKER_GHCR: ${{ secrets.DOCKER_GHCR }}

Expand Down

0 comments on commit 633eacf

Please sign in to comment.