Skip to content

Commit ebdc3fc

Browse files
committed
Update releaser
1 parent d6ed19d commit ebdc3fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
passphrase: ${{ secrets.PASSPHRASE }}
4242
-
4343
name: Run GoReleaser
44-
uses: goreleaser/goreleaser-action@v2
44+
uses: goreleaser/goreleaser-action@v3
4545
with:
4646
version: latest
4747
args: release --clean

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ signs:
5050
release:
5151
# If you want to manually examine the release before its live, uncomment this line:
5252
# draft: true
53-
version: "2"
5453
changelog:
5554
skip: true

0 commit comments

Comments
 (0)