Skip to content

Commit

Permalink
chore: update publish npm workflow (#2057)
Browse files Browse the repository at this point in the history
Co-authored-by: landluck <liuhaihong@youzan.com>
  • Loading branch information
landluck and landluck authored Jun 14, 2024
1 parent b0629a3 commit 3bfb307
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Update package version
run: |
yarn workspace zent version --no-git-tag-version --new-version ${{ github.event.release.tag_name }}
- run: yarn --frozen-lockfile
- run: yarn workspace zent compile-plugins
- run: yarn workspace zent build
Expand Down

0 comments on commit 3bfb307

Please sign in to comment.