Skip to content

Commit 552ca72

Browse files
committed
chore: cleanup
1 parent 6ed4589 commit 552ca72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
105105
run: |
106-
npm version $(echo $GITHUB_REF | sed -e 's/^refs/tags/js@v//')
106+
npm version $(echo $GITHUB_REF | sed -e 's|^refs/tags/js@v||')
107107
grep version package.json
108108
npm publish --no-git-checks --access public
109109

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "mabels/ipaddress"
31+
"url": "git+https://github.com/mabels/ipaddress.git"
3232
},
3333
"license": "AFL-2.0",
3434
"bugs": {

0 commit comments

Comments
 (0)