Skip to content

Commit

Permalink
fix: Don't fail build if just version check fails if not publishing r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
thebongy committed May 1, 2020
1 parent d6c89dd commit 23fc531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: thebongy/version-check@v1
with:
file: package.json
failBuild: false
id: version_check

- name: Install dependencies
Expand Down

0 comments on commit 23fc531

Please sign in to comment.