diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-24 16:51:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 16:51:28 -0500 |
commit | 13e5f387142644acbf67fd804709c6ff0a59dac2 (patch) | |
tree | e20d62f586dc08b3ce3d2710b0d39e9d10b5b055 /.github/workflows | |
parent | f4c4b22895241239b7c981386301a989dbc17e7d (diff) |
Update releaser CI/CD version (#10)
Diffstat (limited to '.github/workflows')
-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 }} |