Skip to content

Commit

Permalink
Update Github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jun 13, 2024
1 parent 2c7cac8 commit dd10d29
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ jobs:
environment: build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version-file: go.mod

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: --parallelism 1 --rm-dist --skip-validate
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd10d29

Please sign in to comment.