Skip to content

Commit

Permalink
fix: added clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Nov 13, 2023
1 parent 34435d2 commit 48c631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create release
uses: goreleaser/goreleaser-action@v3
with:
args: release --rm-dist -f .goreleaser-beta.yml
args: release --clean -f .goreleaser-beta.yml
env:
GITHUB_TOKEN: ${{ steps.get-app-token.outputs.app-token }}
GOPATH: ${{ env.GOPATH }}
Expand Down

0 comments on commit 48c631d

Please sign in to comment.