There was an error while loading. Please reload this page.
1 parent 8bad228 commit c328852Copy full SHA for c328852
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Create Relase & Publish Package
2
on:
3
push:
4
tags:
5
- - "v*"
+ - 'v*'
6
jobs:
7
build:
8
runs-on: ubuntu-22.04
@@ -19,7 +19,7 @@ jobs:
19
- uses: aboutbits/github-actions-node/setup-and-install@v2
20
with:
21
node-version: 16
22
- registry-url: "https://registry.npmjs.org"
+ registry-url: 'https://registry.npmjs.org'
23
- run: npm publish
24
env:
25
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments