mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Update brew tap for release pipeline
This was left out of a previous commit. Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
This commit is contained in:
parent
50c053cf56
commit
09bcfa2242
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -156,8 +156,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
brew tap ${FORMULA_REPO}
|
brew tap ${FORMULA_REPO}
|
||||||
echo '::debug::Set tap directory'
|
echo '::debug::Set tap directory'
|
||||||
echo "BREW_TAP_DIRECTORY='$(brew --repository)/Library/Taps/${FORMULA_REPO}'" >> $GITHUB_ENV
|
echo "BREW_TAP_DIRECTORY=$(brew --repo ${FORMULA_REPO})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: brew install pipgrip
|
run: brew install pipgrip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue