test workflow

This commit is contained in:
Eric Fennis
2021-04-07 23:24:38 +02:00
parent fd1aa0893c
commit 17491235cb

View File

@@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: yarn --pure-lockfile
- name: Test workflow
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)"