File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- with :
15- persist-credentials : false
16-
17- - name : Reconfigure git to use HTTP authentication
18- run : >
19- git config --global url."https://github.com/".insteadOf
20- ssh://git@github.com/
21-
22- - uses : actions/setup-node@v4
23- with :
24- node-version : 18
2514
2615 - run : yarn install --frozen-lockfile && npm run build:dev
2716 env :
Original file line number Diff line number Diff line change 99 permissions : write-all
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
13+
1314 - run : yarn install --frozen-lockfile && npm run build:dev
15+ env :
16+ CI : false
17+
1418 - uses : FirebaseExtended/action-hosting-deploy@v0
1519 with :
1620 repoToken : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 99 permissions : write-all
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
13+
1314 - run : yarn install --frozen-lockfile && npm run build:prod
15+ env :
16+ CI : false
17+
1418 - uses : FirebaseExtended/action-hosting-deploy@v0
1519 with :
1620 repoToken : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- with :
15- persist-credentials : false
16-
17- - name : Reconfigure git to use HTTP authentication
18- run : >
19- git config --global url."https://github.com/".insteadOf
20- ssh://git@github.com/
21-
22- - uses : actions/setup-node@v4
23- with :
24- node-version : 18
2514
26- - run : yarn install --frozen-lockfile && npm run build:prod
15+ - run : yarn install --frozen-lockfile && npm run build:dev
2716 env :
2817 CI : false
2918
You can’t perform that action at this time.
0 commit comments