Skip to content

Commit 1eb689d

Browse files
committed
fix: ci
1 parent a5088b5 commit 1eb689d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: ${{github.workflow}}-${{github.ref}}
99

1010

1111
jobs:
12-
build:
12+
publish:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"repository": {
1111
"url": "https://github.com/erich2s/react-mqtt-hooks"
1212
},
13+
"publishConfig": {
14+
"access": "public"
15+
},
1316
"keywords": [
1417
"mqtt",
1518
"react",

0 commit comments

Comments
 (0)