Skip to content

Commit

Permalink
fix: goreleaser action
Browse files Browse the repository at this point in the history
  • Loading branch information
jadwahab committed Jun 10, 2022
1 parent 4136ce2 commit 01a8588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
version: v1-latest
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01a8588

Please sign in to comment.