summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-11-24 16:51:28 -0500
committerGitHub <noreply@github.com>2024-11-24 16:51:28 -0500
commit13e5f387142644acbf67fd804709c6ff0a59dac2 (patch)
treee20d62f586dc08b3ce3d2710b0d39e9d10b5b055
parentf4c4b22895241239b7c981386301a989dbc17e7d (diff)
Update releaser CI/CD version (#10)
-rw-r--r--.github/workflows/goreleaser.yml2
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 }}