We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f857c2a commit 4773961Copy full SHA for 4773961
.github/workflows/genparker-build-and-deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
needs: init
31
steps:
32
- - uses: BesLogic/releaf-genparker@v0.0.3
+ - uses: BesLogic/releaf-genparker@v0.0.4
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
- name: Install dependencies Mobile
69
run: cd apps/releaf/mobile && npm i --ignore-scripts
0 commit comments