Skip to content

Commit

Permalink
fix workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eksrha committed Jul 11, 2022
1 parent acccb09 commit 36e2f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
publish_release:
runs-on: ubuntu-latest
needs: [create_release, build_base, build_flavors]
needs: [create_release, build]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 36e2f31

Please sign in to comment.