Skip to content

Commit

Permalink
chore: bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hyduez committed Apr 6, 2023
1 parent 87e4482 commit 3a7bae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn publish --access public
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"type": "git",
"url": "https://github.com/doupkg/lapcord-server.git"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"author": {
"name": "Dou",
"url": "https://github.com/doupkg"
Expand Down

0 comments on commit 3a7bae9

Please sign in to comment.