We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed4589 commit 552ca72Copy full SHA for 552ca72
.github/workflows/build.yaml
@@ -103,7 +103,7 @@ jobs:
103
env:
104
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
105
run: |
106
- npm version $(echo $GITHUB_REF | sed -e 's/^refs/tags/js@v//')
+ npm version $(echo $GITHUB_REF | sed -e 's|^refs/tags/js@v||')
107
grep version package.json
108
npm publish --no-git-checks --access public
109
js/package.json
@@ -28,7 +28,7 @@
28
],
29
"repository": {
30
"type": "git",
31
- "url": "mabels/ipaddress"
+ "url": "git+https://github.com/mabels/ipaddress.git"
32
},
33
"license": "AFL-2.0",
34
"bugs": {
0 commit comments