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 c14b1cd commit 27ea389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-sayanrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
needs: build
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Publish to SayanDevelopment snapshot repo
run: ./gradlew publish
env:
Expand Down

0 comments on commit 27ea389

Please sign in to comment.