Skip to content

Commit

Permalink
github(workflow): add dependecy for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent d554685 commit e329c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: ./gradlew build

release:
needs:
- debian_release
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e329c3b

Please sign in to comment.