Skip to content

Commit

Permalink
fix: actually use the flags
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jan 28, 2023
1 parent e9f5db8 commit 42faaab
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 @@ -31,7 +31,8 @@ jobs:
with:
distribution: goreleaser-pro
version: latest
args: release --rm-dist
args: release --rm-dist ${{ env.flags }}

env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 42faaab

Please sign in to comment.