Skip to content

Commit

Permalink
- fix failed release
Browse files Browse the repository at this point in the history
  • Loading branch information
atakavci committed Nov 29, 2024
1 parent 17d6530 commit 0b1095f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}
working-directory: ./core
continue-on-error: true # This step will not stop the job even if it fails

- name: mvn versions - EntraID
run: mvn versions:set -DnewVersion=${{ steps.get_version.outputs.VERSION }}
Expand All @@ -65,3 +66,4 @@ jobs:
env:
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}
working-directory: ./entraid

0 comments on commit 0b1095f

Please sign in to comment.