Another fix to the release
This commit is contained in:
parent
e388bec89f
commit
cd9700569c
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue