Skip to content

Commit

Permalink
update releaser action (#272)
Browse files Browse the repository at this point in the history
* update releaser action

* update releaser action
  • Loading branch information
tomoyamachi authored Jan 6, 2025
1 parent 110509a commit e081561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v2
with:
version: latest
distribution: goreleaser
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit e081561

Please sign in to comment.