Skip to content

Commit 0b1095f

Browse files
committed
- fix failed release
1 parent 17d6530 commit 0b1095f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/version-and-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
4848
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}
4949
working-directory: ./core
50+
continue-on-error: true # This step will not stop the job even if it fails
5051

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

0 commit comments

Comments
 (0)