From f814c4fb5fe29d2556cdbb00567b495a0fd1b2cb Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Tue, 17 Oct 2023 16:48:27 +0200 Subject: [PATCH] chore: version release --- .github/workflows/deploy.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1741a4d72..f5927a0c2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -74,7 +74,7 @@ jobs: deploy-prod: runs-on: ubuntu-latest - if: startsWith(github.event.head_commit.message, 'chore') && endsWith(github.event.head_commit.message, 'version release') + if: contains(github.event.workflow_run.head_commit.message, 'version release') needs: [ build ] steps: - uses: actions/download-artifact@v3 diff --git a/pom.xml b/pom.xml index cc089d95a..696553c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.l3s learnweb - 3.21.01 + 3.22.00 war Learnweb