We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d6530 commit 0b1095fCopy full SHA for 0b1095f
.github/workflows/version-and-release.yml
@@ -47,6 +47,7 @@ jobs:
47
MAVEN_USERNAME: ${{secrets.OSSH_USERNAME}}
48
MAVEN_PASSWORD: ${{secrets.OSSH_TOKEN}}
49
working-directory: ./core
50
+ continue-on-error: true # This step will not stop the job even if it fails
51
52
- name: mvn versions - EntraID
53
run: mvn versions:set -DnewVersion=${{ steps.get_version.outputs.VERSION }}
@@ -65,3 +66,4 @@ jobs:
65
66
env:
67
68
69
+ working-directory: ./entraid
0 commit comments