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 2727 needs : test
2828 runs-on : ubuntu-latest
2929 if : github.event_name == 'push' && github.ref == 'refs/heads/master'
30+ permissions :
31+ contents : write
32+ id-token : write
3033 steps :
3134 - name : Checkout
3235 uses : actions/checkout@v6
3639 uses : actions/setup-node@v6.2.0
3740 with :
3841 node-version : lts/*
42+ registry-url : ' https://registry.npmjs.org'
3943 - name : Install dependencies
4044 run : |
4145 npm install --no-progress --no-package-lock --no-save
5357 - name : Release
5458 env :
5559 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
60+ NPM_CONFIG_PROVENANCE : true
5761 run : npx semantic-release
5862
Original file line number Diff line number Diff line change 66>
77> Geppetto had a very bad temper. Woe to the one who called him Polendina! He became as wild as a beast and no one could soothe him.
88
9- ![ CI] ( https://github.com/rvagg/polendina/workflows/CI /badge.svg?branch=master )
9+ [ ![ CI] ( https://github.com/rvagg/polendina/actions/ workflows/test-and-release.yml /badge.svg )] ( https://github.com/rvagg/polendina/actions/workflows/test-and-release.yml )
1010
11- [ ![ NPM] ( https://nodei.co/npm/polendina.svg )] ( https://nodei.co/npm/polendina/ )
11+ [ ![ NPM] ( https://nodei.co/npm/polendina.svg?style=flat&data=n,v&color=blue )] ( https://nodei.co/npm/polendina/ )
1212
1313* [ What and why?] ( #what-and-why )
1414* [ Usage] ( #usage )
You can’t perform that action at this time.
0 commit comments