Skip to content

Commit

Permalink
chore(ci): update publish-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Aug 30, 2023
1 parent 08e74d1 commit 92a4f2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
release-tag:
publish-beta:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -25,7 +25,7 @@ jobs:
run: pnpm build

- name: Publish NutUI Vue
run: pnpm --dir ./publish/nutui publish --tag=beta
run: pnpm --dir ./publish/nutui publish --tag=beta --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: pnpm build:taro:vue

- name: Publish NutUI Vue Taro
run: pnpm --dir ./publish/nutui-taro publish --tag=beta
run: pnpm --dir ./publish/nutui-taro publish --tag=beta --access=public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: true

0 comments on commit 92a4f2e

Please sign in to comment.