Skip to content

Commit

Permalink
fix: order of action run
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindula committed Mar 26, 2021
1 parent 19e9c04 commit 3362fb8
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 @@ -36,6 +36,8 @@ jobs:
run: composer run-script test
release:
runs-on: ubuntu-latest
needs:
- test
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3362fb8

Please sign in to comment.