We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbeafb + 7d4fbe2 commit d10fa51Copy full SHA for d10fa51
.github/workflows/publish.yaml
@@ -32,6 +32,6 @@ jobs:
32
npm ci
33
npm version ${{ needs.var.outputs.tag }} --no-git-tag-version --allow-same-version
34
npm run build
35
- npm publish
+ npm publish --access public
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
chat/.npmrc
@@ -0,0 +1 @@
1
+@mutablelogic:registry=https://npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
chat/package.json
@@ -0,0 +1,11 @@
+{
2
+ "name": "@mutablelogic/chat",
3
+ "version": "1.0.0",
4
+ "main": "index.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": ""
11
+}
0 commit comments