Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
fix: v1.8.2 doesn't contain moveable v0.17.6
Browse files Browse the repository at this point in the history
Fixes #140
  • Loading branch information
probil authored May 26, 2020
1 parent 966485a commit f82b0c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: npm ci
- name: Test
run: npm run test --if-present
- name: Build
run: npm run build:lib --if-present
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f82b0c9

Please sign in to comment.