Skip to content

Commit

Permalink
fix: goreleaser stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Rai committed Jun 20, 2024
1 parent ba6787a commit 33d61ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.6.1
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: '2.0.1'
args: --clean
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit 33d61ef

Please sign in to comment.