Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Sep 28, 2023
1 parent 8dafe1d commit 18f0bf5
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,6 @@ jobs:
name: adempiere-middleware.tar.MD5
path: build/release/adempiere-middleware.tar.MD5

# Build dist application adempiere-grpc-server
publish-to-maven:
name: Publish to Maven Repository
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3

- name: Set up Java JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-package: 'jdk'
java-version: 11
architecture: x64

- name: Publish with Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.0.2
arguments: publish
env:
LIBRARY_VERSION: ${{ github.event.release.tag_name }}
GITHUB_DEPLOY_USER: "${{ github.actor }}"
GITHUB_DEPLOY_TOKEN: "${{ secrets.DEPLOY_TOKEN }}"
GITHUB_DEPLOY_REPOSITORY: ${{ secrets.DEPLOY_REPOSITORY }}
GITHUB_PACKAGES_URL: https://maven.pkg.github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}

publish-binaries:
name: Upload Binaries adempiere-middleware
needs: build-app
Expand Down

0 comments on commit 18f0bf5

Please sign in to comment.