Skip to content

Commit

Permalink
cicd: fix release.yml 'needs' variable
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jul 16, 2023
1 parent d7e9c96 commit c9c8774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

deploy-maven:
uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop
needs: test
needs: build
secrets: inherit

release:
Expand Down

0 comments on commit c9c8774

Please sign in to comment.