File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11name : Release
22on :
3- push :
3+ workflow_run :
4+ workflows :
5+ - ' Test'
46 branches :
5- - master # or main
7+ - main
8+ types :
9+ - completed
610
711permissions :
812 contents : read # for checkout
1620 issues : write # to be able to comment on released issues
1721 pull-requests : write # to be able to comment on released pull requests
1822 id-token : write # to enable use of OIDC for npm provenance
23+
1924 steps :
2025 - name : Checkout
2126 uses : actions/checkout@v4
2530 uses : actions/setup-node@v4
2631 with :
2732 node-version : ' lts/*'
28- - name : Install bare runtime
29- run : npm install -g bare
3033 - name : Install dependencies
3134 run : npm clean-install
32- - name : Run tests
33- run : npm test
3435 - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
3536 run : npm audit signatures
3637 - name : Release
You can’t perform that action at this time.
0 commit comments