Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala committed Mar 23, 2024
1 parent 69333b7 commit f754bf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ jobs:
distribution: 'liberica'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
- run: gradle build
scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: ./scripts/install.sh java11

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Publish package
run: ./gradlew publish
run: gradle publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate and submit dependency graph
Expand Down
File renamed without changes.

0 comments on commit f754bf1

Please sign in to comment.