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.
2 parents b5441f1 + d5f014f commit 50d4d42Copy full SHA for 50d4d42
.github/workflows/npm-publish.yml
@@ -7,25 +7,25 @@ on:
7
types: [created]
8
9
jobs:
10
- publish-npm:
+ publish-npm:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: '12.x'
+ node-version: '18.x'
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- run: npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- publish-git:
+ publish-git:
23
24
25
26
27
28
29
registry-url: 'https://npm.pkg.github.com'
30
scope: '@contentstack'
31
0 commit comments