Skip to content

Commit f089d71

Browse files
authored
fix workflow (#7)
* fix: barry 2024-12-27 22:45:10 * fix: barry 2024-12-27 22:46:28
1 parent f4bbdef commit f089d71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: ^1.13
1919
- name: Run GoReleaser
20-
uses: goreleaser/goreleaser-action@v2
20+
uses: goreleaser/goreleaser-action@v6
2121
with:
2222
version: latest
23-
args: release --rm-dist
23+
args: release --clean
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)