Skip to content

Commit

Permalink
fix step id and name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 87aa6c2 commit ed0f306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
git commit -m "Bump backend main version to ${{ github.event.inputs.release-version }}"
git push
echo "new_version_release=${{ github.event.inputs.release-version }} >> $GITHUB_OUTPUT
- name: set release version
id: set-version-release
- name: set next iteration version version
id: set-version-development
run: |
current_version=$(mvn help:evaluate -f ${{ github.event.inputs.service }}/pom.xml -Dexpression=project.version -q -DforceStdout)
echo "Current version: $current_version"
Expand Down

0 comments on commit ed0f306

Please sign in to comment.