diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..0a65aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: publish-java-snapshot: #if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }} + if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read diff --git a/pom.xml b/pom.xml index 459e281..60fea35 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.1 sign-artifacts