Skip to content

Commit 362fbf4

Browse files
author
Andrew Parker
committed
fixing versions
1 parent 736ea06 commit 362fbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/genparker-build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
needs: init
3131
steps:
32-
- uses: BesLogic/releaf-genparker@v0.0.1
32+
- uses: BesLogic/releaf-genparker@v0.0.2
3333

3434
- name: publish affected
3535
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:
6161
runs-on: ubuntu-latest
6262
needs: init
6363
steps:
64-
- uses: BesLogic/releaf-genparker@v0.0.1
64+
- uses: BesLogic/releaf-genparker@v0.0.2
6565

6666
- name: Install dependencies Mobile
6767
run: cd apps/releaf/mobile && npm i --ignore-scripts

0 commit comments

Comments
 (0)