Skip to content

Commit

Permalink
GA: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
petrgazarov committed Oct 9, 2023
1 parent 28fbe8d commit cd9a62c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release_homebrew_tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,15 @@ jobs:
# Can simulate this by cloning petrgazarov/salami & petrgazarov/homebrew-salami to adacent directories
# and running from their parent:
./salami/.github/scripts/generate-homebrew-salami.sh \
"${SALAMI_VERSION}" ./salami/.github/scripts/salami-tap-template.rb \
> ./homebrew-salami/Formula/salami.rb
./salami/.github/scripts/generate-homebrew-salami.sh "${SALAMI_VERSION}" > ./homebrew-salami/salami.rb
- name: Commit updated formula
working-directory: homebrew-salami
run: |
set -euo pipefail
git config user.name petrgazarov
git config user.email [email protected]
git add Formula/salami.rb
git add salami.rb
echo "::group::git diff"
git --no-pager diff
echo "::endgroup::"
Expand Down

0 comments on commit cd9a62c

Please sign in to comment.