Skip to content

Commit

Permalink
fix(actions): fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Jul 28, 2021
1 parent fdff083 commit a14c4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: -f ../.goreleaser.yml release --rm-dist
args: -f .goreleaser.yml release --rm-dist

env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

0 comments on commit a14c4e5

Please sign in to comment.