Skip to content

Commit

Permalink
Don't push iOS Zapbox builds to the Apple Store; just to testflight (…
Browse files Browse the repository at this point in the history
…even for formal builds) (#665)
  • Loading branch information
mikeage authored Mar 26, 2024
1 parent 070d22b commit 964a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
STAMP=""
echo "prerelease=false" >> $GITHUB_OUTPUT
echo "itchchannelname=release" >> $GITHUB_OUTPUT
echo "fastlanelane=release" >> $GITHUB_OUTPUT
echo "fastlanelane=beta" >> $GITHUB_OUTPUT
else
# This is the first 7 characters of the commit; we do it this way rather than via rev-parse to avoid an 'if' conditional depending on whether it's a PR or push. (unlike git describe, git rev-parse doesn't default to the current HEAD)
Expand Down

0 comments on commit 964a3ab

Please sign in to comment.