We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d962bb commit d9544d4Copy full SHA for d9544d4
1 file changed
.github/workflows/release.yml
@@ -11,9 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
+ - uses: actions/setup-node@v2
15
+ with:
16
+ node-version: "15.x"
17
+ registry-url: "https://registry.npmjs.org"
18
- uses: bahmutov/npm-install@v1
19
- run: npm run build
20
- run: npm run build:declarations
21
- run: npm publish
22
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments