diff --git a/.gitea/workflows/publish-maven.yaml b/.gitea/workflows/publish-maven.yaml index 511441a..b429b17 100644 --- a/.gitea/workflows/publish-maven.yaml +++ b/.gitea/workflows/publish-maven.yaml @@ -18,5 +18,5 @@ jobs: java-version: ${{ vars.JAVA_VERSION }} - name: Publish to maven run: | - echo "Publis target URL: ${{ gitea.api_url }}/packages/${{ gitea.repository_owner }}/maven" - ./gradlew publish -PMAVEN_PUBLISH_ACCESS_TOKEN=${{ secrets.GIT_ACCESS_TOKEN }} -PMAVEN_PUBLISH_REPOSITORY_URL="${{ gitea.api_url }}/packages/${{ gitea.repository_owner }}/maven" \ No newline at end of file + echo "Publis target URL: ${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/maven" + ./gradlew publish -PMAVEN_PUBLISH_ACCESS_TOKEN=${{ secrets.GIT_ACCESS_TOKEN }} -PMAVEN_PUBLISH_REPOSITORY_URL="${{ gitea.server_url }}/api/packages/${{ gitea.repository_owner }}/maven" \ No newline at end of file