Skip to content

Commit 4648c55

Browse files
authored
Update release command to include YAML files
1 parent ea0ffed commit 4648c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Publish to Release
1717
run: |
1818
gh release delete latest --yes 2>/dev/null || true
19-
gh release create latest --title "Latest" --files *.yaml
19+
gh release create latest --title "Latest" *.yaml
2020
env:
2121
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)