Skip to content

Commit

Permalink
Access public
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondfrancis committed Aug 29, 2021
1 parent 7228fc9 commit 97c7447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@torchlight-api/client",
"version": "0.0.1",
"version": "0.0.2",
"description": "A general purpose JavaScript client for Torchlight - the syntax highlighting API",
"source": "*.js",
"type": "module",
Expand Down

0 comments on commit 97c7447

Please sign in to comment.