Skip to content

Commit

Permalink
cicd: update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Simon committed Oct 28, 2024
1 parent 9f16f77 commit 02d8600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tagrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
go-version: 1.21
id: go
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@master
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --rm-dist
version: "~> v2"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
# - name: Run GoRelease Furies
Expand Down

0 comments on commit 02d8600

Please sign in to comment.