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 74e8e91 commit 6c1d6f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
# Set up enviroment for Publish

steps:
- name: setting up env
uses: actions/checkout@v4
# Step 1: Set up JDK 8 for Publish
- name: Set up JDK 8 for Publish
uses: actions/checkout@v4
uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down

0 comments on commit 6c1d6f2

Please sign in to comment.