Skip to content

Commit

Permalink
Merge pull request #9 from tiktok/chao/publish-release
Browse files Browse the repository at this point in the history
chore: fix publish CI and bump the version
  • Loading branch information
chengcyber authored Feb 14, 2024
2 parents d9dbf3b + 3115014 commit 7196953
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 @@ -24,4 +24,4 @@ jobs:
- name: Publish to NPM
run: pnpm --filter pnpm-sync publish && pnpm --filter pnpm-sync-lib publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NPM_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion packages/pnpm-sync-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pnpm-sync-lib",
"version": "0.1.0",
"version": "0.1.1",
"description": "API library for integrating \"pnpm-sync\" with your toolchain",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7196953

Please sign in to comment.