Skip to content

Commit

Permalink
Fix release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsp committed Jan 25, 2024
1 parent 6316d31 commit 22f3886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
brew tap valar/tap [email protected]:valar/homebrew-tap.git
cd $(brew --repo valar/tap)
brew bump-formula-pr --write-only \
--url=https://github.com/valar/cli/archive/${{ steps.get_version.outputs.version }}.tar.gz \
--url=https://github.com/valar/cli/archive/refs/tags/${{ steps.get_version.outputs.version }}.tar.gz \
valar/tap/valar
git commit -a -m "Bump version to ${{ steps.get_version.outputs.version }}"
git push -u
Expand Down

0 comments on commit 22f3886

Please sign in to comment.