mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix: warning in homebrew workflow (#5347)
This commit is contained in:
parent
4a1ce2a3b3
commit
1caf7ca4d6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/homebrew.yml
vendored
1
.github/workflows/homebrew.yml
vendored
|
@ -26,4 +26,5 @@ jobs:
|
|||
echo "Running bump-cask-pr for cask '$C2_CASK_NAME' and version '$C2_TAGGED_VERSION'"
|
||||
C2_TAGGED_VERSION_STRIPPED="${C2_TAGGED_VERSION:1}"
|
||||
echo "Stripped version: '$C2_TAGGED_VERSION_STRIPPED'"
|
||||
brew developer on
|
||||
brew bump-cask-pr --version "$C2_TAGGED_VERSION_STRIPPED" "$C2_CASK_NAME"
|
||||
|
|
Loading…
Reference in a new issue