Skip to content

Commit 05ce9cc

Browse files
Merge pull request #502 from rainforestapp/fix_release
Fix release job to use GoReleaser v2
2 parents 643164f + b6a6a68 commit 05ce9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
name: Release via GoReleaser
254254
command: |
255255
export GITHUB_TOKEN=$GITHUB_ACCESS_TOKEN
256-
curl -sfL https://goreleaser.com/static/run | VERSION=v1.26.2 bash
256+
curl -sfL https://goreleaser.com/static/run | VERSION=v2.13.3 bash
257257
- run:
258258
name: Show checksums
259259
command: cat dist/checksums.txt

0 commit comments

Comments
 (0)