Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 2, 2024
1 parent 06bfd1c commit fe9e603
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
cache: maven

# Build with Maven
- name: Build wit - name: Checkout Repository
uses: actions/checkout@v4h Maven
- name: Build with Maven
run: mvn -B package -DskipTests

publish:
Expand All @@ -42,7 +41,7 @@ jobs:
steps:
# Step 1: Set up JDK 8 for Publish
- name: Set up JDK 8 for Publish
uses: actions/checkout@v4
uses: actions/setup-checkout@v4@v4
with:
distribution: 'temurin'
java-version: '8'
Expand Down

0 comments on commit fe9e603

Please sign in to comment.