Skip to content

Commit 23fc531

Browse files
committed
fix: Don't fail build if just version check fails if not publishing release
1 parent d6c89dd commit 23fc531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: thebongy/version-check@v1
2525
with:
2626
file: package.json
27+
failBuild: false
2728
id: version_check
2829

2930
- name: Install dependencies

0 commit comments

Comments
 (0)