From 8fba6c52bf3a5ef1ca2e36b90305410d3d5fba6c Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Thu, 14 Mar 2024 16:33:38 +0100 Subject: [PATCH] updated env --- .github/workflows/maven.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d039b0b2..826ce85a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -134,7 +134,7 @@ jobs: deploy: needs: build - runs-on: ${{ UBUNTU_VERSION }} + runs-on: env.UBUNTU_VERSION steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fac56c38..54c3db02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: final: name: Build and Deploy Combined Release - runs-on: ${{ env.UBUNTU_VERSION }} + runs-on: env.UBUNTU_VERSION needs: [ version_change , build ] steps: @@ -345,7 +345,7 @@ jobs: rollback: name: Rollback on error - runs-on: ${{ env.UBUNTU_VERSION }} + runs-on: env.UBUNTU_VERSION needs: [ version_change , build, final ] if: always() && (needs.version_change.result == 'failure' || needs.build.result == 'failure' || needs.final.result == 'failure') @@ -364,7 +364,7 @@ jobs: cleanup: name: Update development and master with new release - runs-on: ${{ env.UBUNTU_VERSION }} + runs-on: env.UBUNTU_VERSION needs: [ final,version_change ] steps: