File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 node-version : 20.x
2222 registry-url : " https://registry.npmjs.org"
23- always-auth : true
2423
2524 - name : Install dependencies
2625 shell : bash
@@ -30,23 +29,23 @@ jobs:
3029 shell : bash
3130 run : npm run build
3231
33- - name : Test
34- shell : bash
35- run : npm run test
32+ # - name: Test
33+ # shell: bash
34+ # run: npm run test
3635
37- - name : Configure Git
38- run : |
39- git config --global user.name GitHub Actions
40- git config user.email [email protected] 36+ # - name: Configure Git
37+ # run: |
38+ # git config --global user.name GitHub Actions
39+ # git config user.email [email protected] 4140
42- -
uses :
knope-dev/[email protected] 43- with :
44- version : 0.21.5
41+ # - uses: knope-dev/[email protected] 42+ # with:
43+ # version: 0.21.5
4544
4645 # - run: knope release
4746 # env:
4847 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4948
5049 - name : Publish to npm
5150 shell : bash
52- run : npm publish
51+ run : npm publish --provenance
You can’t perform that action at this time.
0 commit comments