Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
fix: regexp mask array is not working in v2.2.0
Browse files Browse the repository at this point in the history
library wasn't re-build during semantic release

Fixes #481
  • Loading branch information
probil committed May 26, 2020
1 parent 4206202 commit 6bbad7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint --if-present
- name: Test
run: npm run test --if-present
run: npm run test:coverage --if-present
- name: Build
run: npm run build --if-present
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6bbad7f

Please sign in to comment.