File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ concurrency :
9+ group : release
10+ cancel-in-progress : false
11+
812jobs :
913 release-please :
1014 name : Release PR
2327 name : Publish to NPM
2428 runs-on : ubuntu-latest
2529 needs : release-please
26- if : ${{ needs.release-please.outputs.releases_created }}
30+ if : github.repository == 'aprendendofelipe/react-stack' && needs.release-please.outputs.releases_created
31+
32+ permissions :
33+ id-token : write # Required for trusted publishing
34+ contents : read
2735
2836 steps :
2937 - name : Checkout Repository
@@ -37,12 +45,10 @@ jobs:
3745 cache : ' npm'
3846
3947 - name : Install Dependencies
40- run : npm ci
48+ run : npm ci --ignore-scripts
4149
4250 # Release Please has already incremented versions and published tags,
4351 # so we just need to publish all unpublished versions to NPM here.
4452 - name : Publish to NPM
4553 run : npx lerna publish from-package --no-push --no-private --yes
4654 timeout-minutes : 2
47- env :
48- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
You can’t perform that action at this time.
0 commit comments