Skip to content

Commit 627d561

Browse files
authored
Update publish to make releases work (#229)
1 parent 5d25566 commit 627d561

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ jobs:
1616
with:
1717
node-version: 20
1818
registry-url: https://registry.npmjs.org/
19+
- name: Update npm to latest
20+
run: npm install -g npm@latest
1921
- run: npm ci
20-
- run: npm publish
22+
- run: npm publish --provenance

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.4.1",
44
"description": "Improv Wi-Fi SDK for the browser",
55
"main": "dist/launch-button.js",
6-
"repository": "https://github.com/improv-wifi/sdk-js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/improv-wifi/sdk-js"
9+
},
710
"author": "Improv Wi-Fi maintainers",
811
"license": "Apache-2.0",
912
"scripts": {

0 commit comments

Comments
 (0)