Skip to content

Commit 58f567c

Browse files
committed
FIX: Workflow steps
The workflow steps has no field needs Signed-off-by: Jim Fitzpatrick <[email protected]>
1 parent 456ac9f commit 58f567c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-operator.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ jobs:
2121
run: |
2222
bash ./utils/release/load_github_envvar.sh
2323
- name: Create tag
24-
needs: set_env_variables
2524
id: create_tag
2625
run: |
2726
tag_name="v${{ env.kuadrantOperatorVersion }}"
2827
git tag $tag_name
2928
git push origin $tag_name
3029
- name: Create release
3130
id: create_release
32-
needs: create_tag
3331
uses: softprops/action-gh-release@v1
3432
with:
3533
name: v${{ env.kuadrantOperatorVersion }}

0 commit comments

Comments
 (0)