From 77df01f8630aad32482e243c48606422c32bc137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 19 Jul 2020 12:21:40 +0200 Subject: [PATCH] release on monday MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d741de..0d00f4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: schedule: - - cron: '25 1 * * SUN' + - cron: '25 4 * * MON' jobs: build: runs-on: ubuntu-latest @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=version::$(date +'%Y.%-m.%-d-%-H%M%S')" - name: Count commits in last week id: commits - run: echo "::set-output name=count::$(git rev-list --count HEAD --since='last Sunday')" + run: echo "::set-output name=count::$(git rev-list --count HEAD --since='last Monday')" - name: Set release version run: mvn --batch-mode --settings $GITHUB_WORKSPACE/build/settings.xml versions:set -DnewVersion=${{steps.release.outputs.version}} -DgenerateBackupPoms=false env: