Skip to content

Commit 1fb7e0d

Browse files
authored
Merge pull request #3 from fullstack-devops/bugfix/master-workflow-fix
fix workflow typo
2 parents acccb09 + 36e2f31 commit 1fb7e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
publish_release:
5858
runs-on: ubuntu-latest
59-
needs: [create_release, build_base, build_flavors]
59+
needs: [create_release, build]
6060
steps:
6161
- name: Checkout code
6262
uses: actions/checkout@v2

0 commit comments

Comments
 (0)