Skip to content

Commit

Permalink
👷 ci: 优化发布流程
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 6, 2021
1 parent 0e45c2d commit 227fac1
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 @@ -92,6 +92,9 @@ jobs:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}

- name: Install
run: yarn

- name: Tricky version
run: npx npe version ${{ needs.check.outputs.version }}

Expand Down

0 comments on commit 227fac1

Please sign in to comment.