Skip to content

Commit

Permalink
chore(ci): update release.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Feb 5, 2024
1 parent c28f325 commit 386469e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm build

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

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

0 comments on commit 386469e

Please sign in to comment.