Skip to content

Commit

Permalink
Setup before publishing (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Mar 29, 2021
1 parent 9d962bb commit d9544d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "15.x"
registry-url: "https://registry.npmjs.org"
- uses: bahmutov/npm-install@v1
- run: npm run build
- run: npm run build:declarations
- run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d9544d4

Please sign in to comment.