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 ecc3b02 commit c3b2cf2Copy full SHA for c3b2cf2
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
ignore_install_scripts: true
102
103
- - run: npm publish --provenance
+ - run: npm publish --provenance --tag alpha
104
if: ${{ needs.release_please.outputs.release_created }}
105
env:
106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@mongodb-js/zstd",
3
"version": "2.0.0-alpha.0",
4
- "main": "index.js",
+ "main": "lib/index.js",
5
"types": "index.d.ts",
6
"repository": "https://github.com/mongodb-js/zstd",
7
"files": [
@@ -55,4 +55,4 @@
55
]
56
},
57
"mongodb:zstd_version": "1.5.6"
58
-}
+}
0 commit comments