Add check in Ci workflow

This commit is contained in:
Eric Fennis
2021-04-30 17:04:37 +02:00
parent 551cc30e79
commit da5a92746f

View File

@@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: yarn --pure-lockfile
- name: Check if we can patch
run: .github/workflows/version-up.sh --patch
- name: Create new version
id: new-version
run: echo "::set-output name=NEW_VERSION::$(.github/workflows/version-up.sh --patch)"