Skip to content

Commit

Permalink
fix: workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 23, 2021
1 parent 9debb70 commit 12f857d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14

- name: Install dependencies
run: yarn install
- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 12f857d

Please sign in to comment.