Skip to content

Commit 826d573

Browse files
committed
npm pkg fix + fixed npm publish config
1 parent ec9f372 commit 826d573

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/npm-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
if: startsWith(github.ref, 'refs/tags/')
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20
1515
registry-url: 'https://registry.npmjs.org'
16+
- run: npm install -g npm@latest
1617
- run: npm ci
1718
- run: npm run pull-submodules
1819
- run: npm run prepare-templates

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/fragaria/address-formatter"
26+
"url": "git+https://github.com/fragaria/address-formatter.git"
2727
},
2828
"keywords": [
2929
"address",

0 commit comments

Comments
 (0)