Skip to content

Commit 3ad27b1

Browse files
committed
fix(workflow): remove redundant name declaration from publish workflow
1 parent 129837e commit 3ad27b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-latest-crossplane-composition.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Publish Latest Crossplane Composition
2-
1+
# This workflow builds and publishes the Crossplane configuration package to GitHub Container Registry (GHCR).
32
on:
43
workflow_dispatch:
54
push:

0 commit comments

Comments
 (0)