Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit f2ebba5

Browse files
authored
Merge pull request #17 from fullstack-devops/bugfix/invalid-job-needs
fix invalid workflowfile
2 parents 9b3a430 + d67db96 commit f2ebba5

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
@@ -113,7 +113,7 @@ jobs:
113113
114114
publish_release:
115115
runs-on: ubuntu-latest
116-
needs: [create_release, build]
116+
needs: [create_release, build_base]
117117
steps:
118118
- name: Checkout code
119119
uses: actions/checkout@v2

0 commit comments

Comments
 (0)