We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e32952 commit 67fc21aCopy full SHA for 67fc21a
1 file changed
.github/workflows/npmpublish.yml
@@ -12,7 +12,6 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12
15
- - run: npm ci
16
- run: npm test
17
18
publish-npm:
@@ -24,7 +23,6 @@ jobs:
24
23
25
26
registry-url: https://registry.npmjs.org/
27
28
- run: npm publish
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -39,7 +37,6 @@ jobs:
39
37
40
38
registry-url: https://npm.pkg.github.com/
41
scope: '@sitesauce'
42
43
44
45
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments