Skip to content

Commit

Permalink
manually set current tag in release action (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Jun 3, 2024
1 parent 1db2362 commit 019ec4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}

build-push-docker-image:
name: Build and push Docker image
Expand Down

0 comments on commit 019ec4c

Please sign in to comment.