Skip to content

Commit

Permalink
fix(ci): version warning for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed May 29, 2024
1 parent 2196274 commit 32524c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
version: "~> v1"
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

0 comments on commit 32524c4

Please sign in to comment.