Skip to content

Commit

Permalink
Update go-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Apr 9, 2024
1 parent 37c18c1 commit b8a119f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
name: build-binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "^1.15"
- name: Run Go Releaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: latest
args: release --rm-dist
args: release --clean

0 comments on commit b8a119f

Please sign in to comment.