Skip to content

Commit

Permalink
Coorecet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 28, 2023
1 parent 312bfd2 commit 301a276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-gradle-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
name: Publish plugin
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
needs: test
needs: publish

steps:
- name: Publish plugin
Expand All @@ -126,7 +126,7 @@ jobs:
name: Create Github release
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
needs: publish
needs: publish-plugin

steps:
- name: Release on Github
Expand Down

0 comments on commit 301a276

Please sign in to comment.