Skip to content

Commit

Permalink
Merge pull request #16 from mutablelogic/dev
Browse files Browse the repository at this point in the history
Updated to publish to public
  • Loading branch information
djthorpe authored May 6, 2024
2 parents 1cbeafb + 7d4fbe2 commit d10fa51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
npm ci
npm version ${{ needs.var.outputs.tag }} --no-git-tag-version --allow-same-version
npm run build
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions chat/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@mutablelogic:registry=https://npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
11 changes: 11 additions & 0 deletions chat/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@mutablelogic/chat",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}

0 comments on commit d10fa51

Please sign in to comment.