mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 04:58:43 -06:00
Merge branch 'main' of github.com:anultravioletaurora/Jellify into 9-implement-playlist-crud
This commit is contained in:
4
.github/workflows/publish-ios-beta.yml
vendored
4
.github/workflows/publish-ios-beta.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: publish-ios-beta
|
||||
on:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
node-version: 20
|
||||
|
||||
- name: Echo package.json version to Github ENV
|
||||
run: echo VERISON_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV
|
||||
run: echo VERISON_NUMBER=$(npm version minor --tag-version-prefix="" --no-commit-hooks) >> $GITHUB_ENV
|
||||
|
||||
- run: npm run init
|
||||
|
||||
|
||||
Reference in New Issue
Block a user