Skip to content

Commit

Permalink
Merge pull request #8 from castdrian/feat-providers-video
Browse files Browse the repository at this point in the history
chore: more workflow adjusting
  • Loading branch information
castdrian authored Mar 7, 2024
2 parents ea16bc8 + 12e5b89 commit bf93634
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Download build artifacts
uses: actions/download-artifact@v4
Expand All @@ -173,10 +175,10 @@ jobs:
- name: Get new version and release date
id: vars
run: |
VERSION=$(jq -r '.version' package.json)
DATE=$(date -Iseconds)
echo "::set-output name=version::$VERSION"
echo "::set-output name=date::$DATE"
VERSION=$(jq -r '.version' apps/expo/package.json)
DATE=$(date -Iseconds)
echo "::set-output name=version::$VERSION"
echo "::set-output name=date::$DATE"
- name: Update app-repo.json
run: |
Expand All @@ -200,4 +202,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit bf93634

Please sign in to comment.