Skip to content

Commit dda6c37

Browse files
committed
ci: update repository URL in package.json and install latest npm in release workflow
1 parent 8c50674 commit dda6c37

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- name: Publish to npm
3434
if: steps.changesets.outputs.hasChangesets == 'false'
3535
run: |
36+
npm install -g npm@latest
37+
npm --version
3638
bun run build
3739
npm publish --provenance --access public
3840
- name: Create git tags

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Class-based reactive state management — ES6 Proxy + immutable snapshots",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/codeBelt/classy-store.git"
7+
"url": "git+https://github.com/codeBelt/classy-store.git"
88
},
99
"type": "module",
1010
"main": "./dist/index.cjs",
@@ -115,4 +115,4 @@
115115
],
116116
"license": "MIT",
117117
"sideEffects": false
118-
}
118+
}

0 commit comments

Comments
 (0)