Skip to content

Commit

Permalink
use "zarf@latest-rc" for pre-release brew deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Dec 5, 2022
1 parent b83c44f commit 0ec8fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Skip brew latest for pre-release tags
run: |
if [[ $GITHUB_REF_NAME == *"rc"* ]]; then
echo "BREW_NAME=''" >> $GITHUB_ENV
echo "BREW_NAME=zarf@latest-rc" >> $GITHUB_ENV
else
echo "BREW_NAME=zarf" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 0ec8fc0

Please sign in to comment.