mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:33:26 +00:00
chore: more workflow adjusting
This commit is contained in:
11
.github/workflows/release-mobile.yml
vendored
11
.github/workflows/release-mobile.yml
vendored
@@ -159,6 +159,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@@ -173,10 +175,10 @@ jobs:
|
|||||||
- name: Get new version and release date
|
- name: Get new version and release date
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(jq -r '.version' package.json)
|
VERSION=$(jq -r '.version' apps/expo/package.json)
|
||||||
DATE=$(date -Iseconds)
|
DATE=$(date -Iseconds)
|
||||||
echo "::set-output name=version::$VERSION"
|
echo "::set-output name=version::$VERSION"
|
||||||
echo "::set-output name=date::$DATE"
|
echo "::set-output name=date::$DATE"
|
||||||
|
|
||||||
- name: Update app-repo.json
|
- name: Update app-repo.json
|
||||||
run: |
|
run: |
|
||||||
@@ -200,4 +202,3 @@ jobs:
|
|||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user