Skip to content

Commit

Permalink
chore: add release.yml npm version change
Browse files Browse the repository at this point in the history
  • Loading branch information
landluck committed Jul 12, 2024
1 parent 61f80f2 commit fe6ea9e
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 fe6ea9e

Please sign in to comment.