Skip to content

Commit

Permalink
fix build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jan 21, 2025
1 parent 7bd7667 commit 93385c7
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 @@ -68,7 +68,7 @@ jobs:
needs: prepare
uses: ./.github/workflows/docker-publish.yml
with:
tag_name: ${{ steps.release_info.outputs.tag_name }}
tag_name: ${{ needs.prepare.outputs.tag_name }}

release:
permissions:
Expand Down

0 comments on commit 93385c7

Please sign in to comment.