Skip to content

Commit

Permalink
build in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Oct 20, 2020
1 parent 22b0f3a commit 66bea76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "genomic-reader",
"version": "1.4.5",
"version": "1.4.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 66bea76

Please sign in to comment.