mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-04 18:00:05 -05:00
versionning
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
- run: echo 'BUILD_NUMBER=$(node -p -e "require(./package.json).version")' >> $GITHUB_ENV
|
||||
- run: echo BUILD_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
|
||||
- run: npm run init
|
||||
- run: fastlane match development --readonly
|
||||
working-directory: ./ios
|
||||
|
||||
@@ -19,7 +19,7 @@ platform :ios do
|
||||
desc "Push a new beta build to TestFlight"
|
||||
lane :beta do
|
||||
increment_build_number(
|
||||
version_number: ENV['BUILD_VERSION'],
|
||||
version_number: ENV['BUILD_NUMBER'],
|
||||
xcodeproj: "Jellify.xcodeproj"
|
||||
)
|
||||
build_app(workspace: "Jellify.xcworkspace", scheme: "Jellify")
|
||||
|
||||
Reference in New Issue
Block a user