Skip to content

Commit 09998d7

Browse files
committed
Update release.yml
Switch to node20 adopt --clean for goreleaser
1 parent 12a2754 commit 09998d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code into the Go module directory
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Setup go
1717
uses: actions/setup-go@v4
@@ -32,7 +32,7 @@ jobs:
3232
needs: [ test ]
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- name: Unshallow
3838
run: git fetch --prune --unshallow
@@ -46,6 +46,6 @@ jobs:
4646
uses: goreleaser/goreleaser-action@v4
4747
with:
4848
version: latest
49-
args: release --rm-dist
49+
args: release --clean
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)