Skip to content

Commit

Permalink
fix version for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 21, 2024
1 parent e251719 commit 831c3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Setup Gradle
uses: gradle/actions/setup-gradle
uses: gradle/actions/setup-gradle@v4
- name: Build and publish
run: ./gradlew publishAllPublicationsToGitHubPackagesRepository
env:
Expand Down

0 comments on commit 831c3c4

Please sign in to comment.