Skip to content

Commit

Permalink
Merge pull request #700 from carmal891/fix/homebrew-version-bumper
Browse files Browse the repository at this point in the history
Adds Github workflow to update homebrew formula in pvsadm tap repository
  • Loading branch information
ppc64le-cloud-bot authored Nov 18, 2024
2 parents 04b4bbd + 1ed5274 commit 1569361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-homebrew-formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
RELEASE_VERSION=${{ github.event.release.tag_name#v }}
RELEASE_VERSION=${{ github.event.release.tag_name }}
RELEASE_VERSION=${RELEASE_VERSION#v}
BASE_REPO_URL="https://github.com/${GITHUB_REPOSITORY}"
BREW_TAP_REPO_URL="https://github.com/ppc64le-cloud/homebrew-pvsadm"
FORMULA_FILE="pvsadm.rb"
Expand Down

0 comments on commit 1569361

Please sign in to comment.