Skip to content

Commit c3b2cf2

Browse files
asdf
1 parent ecc3b02 commit c3b2cf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
ignore_install_scripts: true
102102

103-
- run: npm publish --provenance
103+
- run: npm publish --provenance --tag alpha
104104
if: ${{ needs.release_please.outputs.release_created }}
105105
env:
106106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mongodb-js/zstd",
33
"version": "2.0.0-alpha.0",
4-
"main": "index.js",
4+
"main": "lib/index.js",
55
"types": "index.d.ts",
66
"repository": "https://github.com/mongodb-js/zstd",
77
"files": [
@@ -55,4 +55,4 @@
5555
]
5656
},
5757
"mongodb:zstd_version": "1.5.6"
58-
}
58+
}

0 commit comments

Comments
 (0)