We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496a0cc commit 1ed5274Copy full SHA for 1ed5274
.github/workflows/update-homebrew-formula.yml
@@ -34,7 +34,8 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
35
GH_TOKEN: ${{ steps.app-token.outputs.token }}
36
run: |
37
- RELEASE_VERSION=${{ github.event.release.tag_name#v }}
+ RELEASE_VERSION=${{ github.event.release.tag_name }}
38
+ RELEASE_VERSION=${RELEASE_VERSION#v}
39
BASE_REPO_URL="https://github.com/${GITHUB_REPOSITORY}"
40
BREW_TAP_REPO_URL="https://github.com/ppc64le-cloud/homebrew-pvsadm"
41
FORMULA_FILE="pvsadm.rb"
0 commit comments