Skip to content

Commit

Permalink
Wait for build to finish before release
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 2, 2023
1 parent 46a49eb commit b2a9430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
deploy:
needs: build
runs-on: ubuntu-22.04
env:
SIGN_KEY: ${{ secrets.SIGN_KEY }}
Expand Down

0 comments on commit b2a9430

Please sign in to comment.