File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1616 default : ' main'
1717
1818permissions :
19- # Needed for npm provenance or token auth
2019 id-token : write
21- # Harmless here; no tag push, but keeps flexibility if added later
22- contents : write
2320
2421jobs :
2522 release :
4643 with :
4744 node-version : 22
4845 cache : ' pnpm'
49- registry-url : ' https://registry.npmjs.org'
5046
5147 # Update npm to the latest version to enable OIDC
5248 - name : Update npm
6460
6561 - name : Build and test Packages
6662 run : |
67- git fetch origin ${{ github.event.inputs.branch }} --tags --prune
63+ git fetch origin main
6864 npx nx run-many --targets=build --projects=tag:type:pkg --skip-nx-cache
6965 npx nx run-many --targets=build --projects=tag:type:metro
7066 ls -l packages/*/dist packages/*/package.json
You can’t perform that action at this time.
0 commit comments