Skip to content

Commit

Permalink
update releaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Jan 6, 2025
1 parent 110509a commit fa781bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --clean
distribution: goreleaser
version: "~> v2"
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
-
Expand Down

0 comments on commit fa781bc

Please sign in to comment.