Skip to content

Commit

Permalink
fix: workflow调试
Browse files Browse the repository at this point in the history
  • Loading branch information
vannvan committed Oct 29, 2023
1 parent eaedfb7 commit b33dd9b
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 10,986 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- npm
- dev
jobs:
# install:
# runs-on: ubuntu-latest
Expand All @@ -32,8 +33,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run tsc
- run: npm publish
- run: pnpm run tsc
- run: pnpm publish -r --dry-run
working-directory: ./yuque-tools-cli
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_WORKFLOW}}
47 changes: 47 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
},
"keywords": [],
"author": "vannvan",
"license": "MIT"
}
"license": "MIT",
"devDependencies": {
"pnpm": "^8.10.0"
}
}
Loading

0 comments on commit b33dd9b

Please sign in to comment.