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 committed Aug 30, 2023
1 parent e4c17c3 commit 08e74d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm build

- name: Publish NutUI Vue
run: pnpm publish:h5:beta
run: pnpm --dir ./publish/nutui publish --tag=beta
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 publish:taro:beta
run: pnpm --dir ./publish/nutui-taro publish --tag=beta
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 08e74d1

Please sign in to comment.