Skip to content

Commit

Permalink
fix(master): homebrew formula new location
Browse files Browse the repository at this point in the history
  • Loading branch information
trietsch committed Aug 4, 2023
1 parent 212c134 commit b1334bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: --skip-publish --rm-dist
args: --skip-publish --clean
- name: Upload
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
Expand All @@ -43,7 +43,7 @@ jobs:
tag_name="${GITHUB_REF##*/}"
cd dist
git clone "https://git:${GITHUB_TOKEN}@github.com/strmprivacy/homebrew-cli.git"
cp -f strm.rb homebrew-cli
cp -f homebrew/Formula/strm.rb homebrew-cli
cd homebrew-cli
git add .
git commit -m "Release brew formula for STRM Privacy CLI ${tag_name}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: --snapshot --skip-publish --rm-dist
args: --snapshot --skip-publish --clean
- name: Verify Docs
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SHELL := /bin/bash

build:
goreleaser --snapshot --skip-publish --rm-dist
goreleaser --snapshot --skip-publish --clean

zsh-completion:
strm completion zsh > "$${fpath[1]}/_strm"
Expand Down

0 comments on commit b1334bb

Please sign in to comment.