Skip to content

Commit

Permalink
[ci-skip] Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 14, 2024
1 parent a8f780c commit 583848e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
if: github.repository_owner == 'Crazy-Crew'
steps:
- uses: actions/checkout@main
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@main
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: temurin
distribution: 'temurin'
java-version: 17
check-latest: true

- name: Gradle Properties Import.
shell: bash
Expand Down

0 comments on commit 583848e

Please sign in to comment.