Skip to content

Commit

Permalink
bump goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Franceschi committed Feb 19, 2024
1 parent 06cc28b commit e6259af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y upx
- name: Run GoReleaser (snapshot)
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5
if: github.ref_type != 'tag'
with:
version: v1.23.0
args: build --clean --snapshot
- name: Run GoReleaser (release)
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5
if: github.ref_type == 'tag'
with:
version: v1.23.0
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6259af

Please sign in to comment.