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 e81a291 commit a01f40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Set Maven Project Version
id: set-version
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_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 a01f40f

Please sign in to comment.