Skip to content

Commit

Permalink
Another fix to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmika committed Nov 18, 2022
1 parent e388bec commit cd97005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Release
if: startsWith(github.ref, 'refs/tags/')
run: |
goreleaser release -f macos.goreleaser.yml -skip-validate --rm-dist
goreleaser release -f macos.goreleaser.yml --skip-validate --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
Expand Down

0 comments on commit cd97005

Please sign in to comment.