From 901ba25c5fb410890c78c5cf8509b9586b5c104c Mon Sep 17 00:00:00 2001 From: Koen Metsu Date: Wed, 25 Sep 2024 10:25:02 +0200 Subject: [PATCH] fix: use release version --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bfb264bf..99cf4db95 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -495,7 +495,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID }} @@ -531,7 +531,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }} @@ -572,7 +572,7 @@ jobs: uses: informatievlaanderen/awscurl-polling-action/polling-action@main with: environment: stg - version: ${{ github.event.inputs.version }} + version: ${{ needs.release.outputs.version }} status-url: $STATUS_URL deploy-url: $BUILD_URL access-key: ${{ secrets.VBR_AWS_ACCESS_KEY_ID_DEVOPS }}