Skip to content

Commit

Permalink
Merge pull request #91 from futuredapp/feature/bump-dependencies
Browse files Browse the repository at this point in the history
Fix typo in setup-java step at publish_snapshot.yml workflow
  • Loading branch information
matejsemancik authored Apr 10, 2023
2 parents f7b1faf + 4120763 commit 29ded3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: set up JDK
uses: ruby/setup-java@v2
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit 29ded3d

Please sign in to comment.