Skip to content

Commit

Permalink
Testing the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrodi committed Nov 20, 2024
1 parent f428e92 commit e81a291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:

- name: Set Maven Project Version
id: set-version
with:
token: ${{ secrets.GITHUB_TOKEN }}
run: |
current_version=$(mvn help:evaluate -f mobidam-sst-management-backend/pom.xml -Dexpression=project.version -q -DforceStdout)
echo "Current version: $current_version"
Expand Down

0 comments on commit e81a291

Please sign in to comment.