Skip to content

Commit d9544d4

Browse files
committed
Setup before publishing (#2)
1 parent 9d962bb commit d9544d4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- uses: actions/setup-node@v2
15+
with:
16+
node-version: "15.x"
17+
registry-url: "https://registry.npmjs.org"
1418
- uses: bahmutov/npm-install@v1
1519
- run: npm run build
1620
- run: npm run build:declarations
1721
- run: npm publish
1822
env:
19-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)