Skip to content

Commit

Permalink
feat: brew 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 16, 2023
1 parent c493339 commit d75d274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip-publish --config ci/goreleaser-for-linux.yaml
args: release --skip=publish --config ci/goreleaser-for-linux.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload
Expand All @@ -55,7 +55,8 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v5
with:
args: release --skip-publish --config ci/goreleaser-for-darwin.yaml
#args: release --skip=publish --config ci/goreleaser-for-darwin.yaml
args: release --config ci/goreleaser-for-darwin.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload
Expand Down Expand Up @@ -92,7 +93,6 @@ jobs:
cat ./linux/cy*checksums.txt >> checksums.txt
rm ./darwin/cy*checksums.txt
rm ./linux/cy*checksums.txt
rm cy
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions ci/goreleaser-for-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ brews:
owner: cfoust
name: homebrew-taps
branch: "{{.ProjectName}}-{{.Version}}"
skip_upload: false
pull_request:
enabled: true

0 comments on commit d75d274

Please sign in to comment.