diff options
-rw-r--r-- | .github/workflows/goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index a3730c1..905fe8e 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -21,7 +21,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser - version: ~> v1 + version: ~> v2 args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |