Skip to content

Commit

Permalink
ci: allow force push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Sep 4, 2022
1 parent 53bf7df commit d78a68a
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 @@ -30,7 +30,7 @@ jobs:
if [ -z "$tag" ]; then
tag=${GITHUB_REF#refs/tags/}
fi
git tag -a -m "Release $tag" "$tag"
git tag -a -m "Release $tag" "$tag" -f
git push origin "$tag"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit d78a68a

Please sign in to comment.