Skip to content

Commit 5c82e66

Browse files
committed
fix: release action
1 parent 192afa3 commit 5c82e66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
publish-npm:
2323
needs: build
2424
runs-on: ubuntu-latest
25+
2526
steps:
2627
- uses: actions/checkout@v3
2728
- uses: actions/setup-node@v3
2829
with:
2930
node-version: 16.11.0
3031
registry-url: https://registry.npmjs.org/
3132
- run: npm ci
33+
- run: npm run build
3234
- run: npm publish
3335
env:
3436
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/stream-js",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "An SDK to receive pushed updates from OpenSea over websocket",
55
"license": "MIT",
66
"author": "OpenSea Developers",

0 commit comments

Comments
 (0)