Skip to content

Commit

Permalink
fixed npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirnei committed Jan 2, 2021
1 parent 4709ecc commit dc0707e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ Join the [Discord server](https://discord.gg/4qCMEhJ) for support while the docu

## Changelog

### Release: `0.17.0`
### Release: `0.17.1`

#### Bugfixes

- Fixed npm package. Due to the change to TypeScript all nodes were broken because it was not build before publish.

### Release: `0.17.0`

#### Features:

Expand Down

0 comments on commit dc0707e

Please sign in to comment.