Skip to content

Commit 1d8412f

Browse files
committed
Fix hanging github actions on prerelease
1 parent 706d968 commit 1d8412f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 12
1818
- run: yarn
19-
- run: yarn test
19+
- run: yarn verify
2020

2121
publish-npm:
2222
needs: build

0 commit comments

Comments
 (0)