We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75b20a commit b6b6c68Copy full SHA for b6b6c68
.github/workflows/maven-publish-on-push.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Publish to GitHub Packages Apache Maven
55
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
57
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
58
env:
59
GITHUB_TOKEN: ${{ github.token }}
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.bitctrl</groupId>
8
<artifactId>com.bitctrl</artifactId>
9
- <version>3.0.1</version>
+ <version>3.0.2-SNAPSHOT</version>
10
11
<name>Allgemeine BitCtrl-Bibliothek</name>
12
<url>http://bitctrl.github.io/${project.artifactId}/</url>
0 commit comments