Skip to content

Commit

Permalink
#356 - stop retest
Browse files Browse the repository at this point in the history
  • Loading branch information
grabdoc committed Mar 14, 2024
1 parent 69905e1 commit 72c8283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./mvnw -B package --file pom.xml -DskipTests

- name: Publish to GitHub Packages Apache Maven
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github</groupId>
<artifactId>db2rest</artifactId>
<version>0.2.2-RC2</version>
<version>0.2.2-RC3</version>
<name>db2rest</name>
<description>db2rest</description>
<properties>
Expand Down

0 comments on commit 72c8283

Please sign in to comment.