Skip to content

Commit

Permalink
fix: remove setup-java action from Nexus workflow (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferre-vaes authored May 8, 2024
1 parent 931305c commit a913613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/http-plane-headers-extension-docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 1.b Build & Test Project
name: 1.b Build & Deploy Docker Image

on:
workflow_dispatch:
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/http-plane-headers-extension-nexus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 1.a Build & Test Project
name: 1.a Build & Deploy Nexus Artifact

on:
workflow_dispatch:
Expand All @@ -14,16 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Maven Central Repository
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.OSSRH_PGP_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
- name: Build & Publish Package
Expand Down

0 comments on commit a913613

Please sign in to comment.