Skip to content

Commit

Permalink
upd releaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazhuravlev committed Dec 18, 2024
1 parent 3dfc18c commit f71c60e
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 @@ -30,10 +30,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Release and Publish
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f71c60e

Please sign in to comment.