From 7ad1f6a0396f2898d0c390ba079ccfbcb4f6fe41 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Tue, 30 May 2023 22:13:25 +0200 Subject: [PATCH] fix indentation of workflow file --- .github/workflows/release-registrationservice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-registrationservice.yml b/.github/workflows/release-registrationservice.yml index 5e44a33b..d3b4593e 100644 --- a/.github/workflows/release-registrationservice.yml +++ b/.github/workflows/release-registrationservice.yml @@ -61,7 +61,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} removeArtifacts: true - Bump-Version: + Bump-Version: name: 'Update release version' # cannot use the workflow-level env yet as it does not yet exist, must take output from previous job if: ${{ !endsWith( needs.Prepare-Release.outputs.rs-version, '-SNAPSHOT') }}