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 95e84eb commit a6f0af5Copy full SHA for a6f0af5
.github/workflows/publish-npm.yml
@@ -32,13 +32,14 @@ jobs:
32
uses: actions/setup-node@v4
33
with:
34
node-version: 20
35
+ registry-url: https://registry.npmjs.org/
36
37
- name: Install dependencies
38
run: yarn install --frozen-lockfile
39
40
- name: Build
41
run: yarn build
-
42
+
43
- name: Publish to npm
44
run: npm publish
45
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "java-slang",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": ["dist"],
0 commit comments