Skip to content

Commit 7faefad

Browse files
Choose not to continue when the publish to maven fail (#185)
1 parent b6a5c62 commit 7faefad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Maven release and publish
5252
if: steps.changes.outputs.src == 'true'
5353
uses: qcastel/[email protected]
54-
continue-on-error: true
54+
continue-on-error: false
5555
with:
5656
access-token: ${{ secrets.FREE_NOW_GITHUB_ACCESS_TOKEN }}
5757
release-branch-name: "main"

.github/workflows/release-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Maven release and publish
7171
if: steps.changes.outputs.src == 'true'
7272
uses: qcastel/[email protected]
73-
continue-on-error: true
73+
continue-on-error: false
7474
with:
7575
access-token: ${{ secrets.FREE_NOW_GITHUB_ACCESS_TOKEN }}
7676
release-branch-name: "main"

plugins/kubernetesapi-report/src/test/java/com/freenow/sauron/plugins/KubernetesPropertiesFilesReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ private Optional<V1ObjectMeta> createObjMetaData()
164164

165165
return Optional.of(objectMeta);
166166
}
167-
}
167+
}

0 commit comments

Comments
 (0)