We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5088b5 commit 1eb689dCopy full SHA for 1eb689d
.github/workflows/publish.yaml
@@ -9,7 +9,7 @@ concurrency: ${{github.workflow}}-${{github.ref}}
9
10
11
jobs:
12
- build:
+ publish:
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
package.json
@@ -10,6 +10,9 @@
"repository": {
"url": "https://github.com/erich2s/react-mqtt-hooks"
},
+ "publishConfig": {
+ "access": "public"
+ },
16
"keywords": [
17
"mqtt",
18
"react",
0 commit comments