Skip to content

Commit

Permalink
fix: brew formula version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Mar 24, 2022
1 parent ee823f6 commit c2f45b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brew-formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.BREW_TOKEN }}
run: |
cat pyproject.toml | grep version -m 1 | awk '{ print "APP_VERSION="substr($3, 2, length($3) -2)}' >> $GITHUB_ENV
export APP_VERSION=`cat pyproject.toml | grep version -m 1 | awk '{ print substr($3, 2, length($3) -2)}'`
brew tap gefyrahq/gefyra
brew bump-formula-pr --version=${{ env.APP_VERSION }} gefyra
brew bump-formula-pr --version=$APP_VERSION gefyra

0 comments on commit c2f45b3

Please sign in to comment.