mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-31 09:35:13 +01:00
fix: the wrong command to set GitHub env
This commit is contained in:
parent
356b8f2c00
commit
5fbafe4fdb
2
.github/scripts/build-release.sh
vendored
2
.github/scripts/build-release.sh
vendored
@ -36,7 +36,7 @@ BUILD_NUMBER=$(app-store-connect get-latest-testflight-build-number $ENV_APP_ID
|
|||||||
BUILD_NUMBER=$((BUILD_NUMBER+1))
|
BUILD_NUMBER=$((BUILD_NUMBER+1))
|
||||||
CURRENT_PROJECT_VERSION=${BUILD_NUMBER:-0}
|
CURRENT_PROJECT_VERSION=${BUILD_NUMBER:-0}
|
||||||
|
|
||||||
echo "GITHUB_TAG_NAME=build-$CURRENT_PROJECT_VERSION" >> $GITHUB_TAG_NAME
|
echo "GITHUB_TAG_NAME=build-$CURRENT_PROJECT_VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
agvtool new-version -all $CURRENT_PROJECT_VERSION
|
agvtool new-version -all $CURRENT_PROJECT_VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user