Skip to content

Commit 2b3ad2c

Browse files
Update release.yml
1 parent 263e3f5 commit 2b3ad2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414
uses: actions/setup-node@v2
1515
with:
1616
node-version: '16'
17+
registry-url: 'https://registry.npmjs.org'
1718
- name: Install dependencies
1819
run: npm install
1920
- name: Package
2021
run: ./build-package.sh
2122
- name: Upload
22-
run: ./push-package.sh
23+
run: npm publish
2324
env:
2425
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
25-
confirm: "y"
26-
SKIP_TAG: "y"

0 commit comments

Comments
 (0)