Skip to content

Commit

Permalink
fix tag releaase
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 19, 2024
1 parent e3098ce commit 3ac415c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
run: |
CHANNELS='"windows", "linux", "web"'
if [ $RELEASE_ITCH = false ] && [ $RELEASE_GITHUB = false ] && [ $IS_TAG = false ]; then
if [ $IS_TAG = true]; then
RELEASE_ITCH=true
RELEASE_GITHUB=true
fi
if [ $RELEASE_ITCH = false ] && [ $RELEASE_GITHUB = false ]; then
CHANNELS=''
fi
Expand Down

0 comments on commit 3ac415c

Please sign in to comment.