Skip to content

Commit

Permalink
🐎 ci: 测试CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmydgz committed Jun 15, 2023
1 parent 5691a7b commit 0075b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ jobs:
- name: 构建
run: pnpm run build

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
# - run: npm ci
- run: npm publish
- run: npm publish --tag=alpha
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": "i18n-check-keys",
"version": "0.1.8",
"version": "0.1.9-alpha.1",
"description": "A tool to check for missing internationalization keys in a project",
"files": [
"dist"
Expand Down

0 comments on commit 0075b5e

Please sign in to comment.