We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263e3f5 commit 2b3ad2cCopy full SHA for 2b3ad2c
.github/workflows/release.yml
@@ -14,13 +14,12 @@ jobs:
14
uses: actions/setup-node@v2
15
with:
16
node-version: '16'
17
+ registry-url: 'https://registry.npmjs.org'
18
- name: Install dependencies
19
run: npm install
20
- name: Package
21
run: ./build-package.sh
22
- name: Upload
- run: ./push-package.sh
23
+ run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- confirm: "y"
26
- SKIP_TAG: "y"
0 commit comments