Skip to content

Commit

Permalink
Update publish-sayanrepo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent authored Jun 1, 2024
1 parent a6130a8 commit b2d9189
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish-sayanrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ jobs:
publish_to_sayanrepo:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Publish to SayanDevelopment snapshot repo
run: ./gradlew publish
env:
Expand Down

0 comments on commit b2d9189

Please sign in to comment.