chore: more workflow adjusting

This commit is contained in:
Adrian Castro
2024-03-07 17:30:40 +01:00
parent b083cbd9ec
commit 12e5b89056

View File

@@ -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
@@ -173,7 +175,7 @@ jobs:
- name: Get new version and release date
id: vars
run: |
VERSION=$(jq -r '.version' package.json)
VERSION=$(jq -r '.version' apps/expo/package.json)
DATE=$(date -Iseconds)
echo "::set-output name=version::$VERSION"
echo "::set-output name=date::$DATE"
@@ -200,4 +202,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4