We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3f15f commit 244920bCopy full SHA for 244920b
.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.2
+ - uses: BesLogic/releaf-genparker@v0.0.3
33
34
- name: publish affected
35
run: npx nx affected --target=publish --head=${{needs.init.outputs.branch}} --base=$BEFORE_SHA --configuration=${{needs.init.outputs.environment}} --parallel=5
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
- name: Install dependencies Mobile
67
run: cd apps/releaf/mobile && npm i --ignore-scripts
0 commit comments