We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192afa3 commit 5c82e66Copy full SHA for 5c82e66
.github/workflows/npm-publish.yml
@@ -22,13 +22,15 @@ jobs:
22
publish-npm:
23
needs: build
24
runs-on: ubuntu-latest
25
+
26
steps:
27
- uses: actions/checkout@v3
28
- uses: actions/setup-node@v3
29
with:
30
node-version: 16.11.0
31
registry-url: https://registry.npmjs.org/
32
- run: npm ci
33
+ - run: npm run build
34
- run: npm publish
35
env:
36
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@opensea/stream-js",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"description": "An SDK to receive pushed updates from OpenSea over websocket",
5
"license": "MIT",
6
"author": "OpenSea Developers",
0 commit comments