diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 827cdfb..bed98b2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,4 +13,4 @@ jobs: with: java-version: 1.8 - name: Build with Maven - run: mvn -B package --file pom.xml \ No newline at end of file + run: mvn -B package --file pom.xml -Dgpg.skip \ No newline at end of file diff --git a/.github/workflows/publish_to_maven_central.yml b/.github/workflows/publish_to_maven_central.yml index f2aee02..a965037 100644 --- a/.github/workflows/publish_to_maven_central.yml +++ b/.github/workflows/publish_to_maven_central.yml @@ -9,9 +9,9 @@ jobs: environment: publish steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Set up Java for publishing to Maven Central Repository - uses: actions/setup-java@v4 + uses: actions/setup-java@v1 with: java-version: 8 distribution: 'corretto'