File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8- - ' v* '
8+ - " v* "
99
1010jobs :
1111 lint-js :
3838 test :
3939 name : Test
4040 runs-on : ubuntu-latest
41+ permissions :
42+ contents : read
43+ id-token : write
44+
4145 steps :
4246 - uses : actions/checkout@v6
4347 - name : Setup
4852 run : pnpm test
4953 - uses : qltysh/qlty-action/coverage@v2
5054 with :
51- token : ${{secrets.QLTY_COVERAGE_TOKEN}}
55+ oidc : true
5256 files : packages/core/coverage/lcov.info
Original file line number Diff line number Diff line change 3434 - name : Install latest npm (for Trusted Publishing)
3535 run : npm install -g npm@latest
3636 - name : Publish to NPM
37- run : NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
37+ run : pnpm release-plan publish
3838 env :
3939 GITHUB_AUTH : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments