Skip to content

Commit

Permalink
fix: bump version, add npm run build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kalloc committed Mar 23, 2023
1 parent 4bf14ff commit 3dddaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@8gen'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@8gen/evote-crypto",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3dddaab

Please sign in to comment.