Skip to content

Commit

Permalink
ay
Browse files Browse the repository at this point in the history
  • Loading branch information
n3d1117 committed Dec 3, 2022
1 parent 6c41a8b commit 8205916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ workflows:
- name: Publish to GitHub
script: |
#!/usr/bin/env zsh
# Publish only for tag builds
if [ -z ${CM_TAG} ]; then
echo "Not a tag build, will not publish GitHub release"
exit 0
Expand Down

0 comments on commit 8205916

Please sign in to comment.