Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix indentation of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed May 30, 2023
1 parent 2e7da4c commit 7ad1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-registrationservice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 7ad1f6a

Please sign in to comment.