Skip to content

Commit

Permalink
Add check in Ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Apr 30, 2021
1 parent 551cc30 commit da5a927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit da5a927

Please sign in to comment.