Skip to content

Commit 416ecfb

Browse files
authored
Update publish.yml
1 parent 75fa4d8 commit 416ecfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
check: ['formatter', 'linter', 'test']
12+
check: ['formatter', 'test']
1313
steps:
1414
- name: Wait for ${{ matrix.check }}
1515
uses: lewagon/wait-on-check-action@v1.3.1
@@ -80,4 +80,4 @@ jobs:
8080
uses: softprops/action-gh-release@v1
8181
with:
8282
files: dist/*
83-
generate_release_notes: true
83+
generate_release_notes: true

0 commit comments

Comments
 (0)