Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 4, 2023
1 parent 8cbefe0 commit 04313ab
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pass-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
RELEASE: ${{ inputs.releaseversion }}
NEXT: ${{ inputs.nextversion }}
steps:
- name: Setup Java & Maven
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'

- name: Checkout main
uses: actions/checkout@v3
with:
Expand All @@ -34,14 +27,12 @@ jobs:
uses: actions/checkout@v3
with:
repository: eclipse-pass/pass-core
token: ${{ secrets.GH_PAT }}
path: pass-core

- name: Checkout pass-support
uses: actions/checkout@v3
with:
repository: eclipse-pass/pass-support
token: ${{ secrets.GH_PAT }}
path: pass-support

- name: Config git user
Expand Down

0 comments on commit 04313ab

Please sign in to comment.