Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Switch to node20
adopt --clean for goreleaser
  • Loading branch information
ChrisPates committed Jun 21, 2024
1 parent 12a2754 commit 09998d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup go
uses: actions/setup-go@v4
Expand All @@ -32,7 +32,7 @@ jobs:
needs: [ test ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Unshallow
run: git fetch --prune --unshallow
Expand All @@ -46,6 +46,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09998d7

Please sign in to comment.