We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291e554 commit db58e54Copy full SHA for db58e54
.github/workflows/build-release.yaml
@@ -39,13 +39,14 @@ jobs:
39
node-version: '20.x'
40
registry-url: 'https://registry.npmjs.org'
41
42
+ - name: Update NPM
43
+ run: npm install -g npm@latest
44
+
45
- name: Install dependencies
46
run: npm install
47
48
- name: Publish package
49
run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
51
publish-github:
52
runs-on: ubuntu-latest
@@ -71,4 +72,4 @@ jobs:
71
72
sed -i 's+"name": ".*+"name": "@${{ github.repository }}",+gI' ./package.json
73
npm publish --provenance --access public
74
env:
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments