From 79a5560240d72ae784160a23f23c87a86b323da4 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Wed, 6 Apr 2022 11:13:36 +0200 Subject: [PATCH] Change version strategy to minor for icons --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd56edde9..6b98f961b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,11 +40,11 @@ jobs: run: yarn --pure-lockfile - name: Check if we can patch - run: .github/workflows/version-up.sh --patch + run: .github/workflows/version-up.sh --minor - name: Create new version id: new-version - run: echo "::set-output name=NEW_VERSION::$(.github/workflows/version-up.sh --patch)" + run: echo "::set-output name=NEW_VERSION::$(.github/workflows/version-up.sh --minor)" - name: Create change log id: change-log