Skip to content

Commit b6b6c68

Browse files
Update Maven project version to 3.0.2-SNAPSHOT and allow deployment to continue on error
1 parent e75b20a commit b6b6c68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven-publish-on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
- name: Publish to GitHub Packages Apache Maven
5555
if: steps.check_release.outputs.is_snapshot == 'true' || steps.check_release.outputs.is_snapshot == 'false' && steps.check_release.outputs.has_tag == 'true'
56+
continue-on-error: true
5657
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
5758
env:
5859
GITHUB_TOKEN: ${{ github.token }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.bitctrl</groupId>
88
<artifactId>com.bitctrl</artifactId>
9-
<version>3.0.1</version>
9+
<version>3.0.2-SNAPSHOT</version>
1010

1111
<name>Allgemeine BitCtrl-Bibliothek</name>
1212
<url>http://bitctrl.github.io/${project.artifactId}/</url>

0 commit comments

Comments
 (0)