Skip to content

Commit 1473e55

Browse files
authored
Merge pull request #24 from thotz/include-sample-files-release
include example files in the release
2 parents 3b33388 + 7586fbf commit 1473e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
uses: ncipollo/release-action@v1
7272
with:
7373
tag: ${{ github.ref_name }}
74-
artifacts: "examples/*/*.yaml"
74+
artifacts: "examples/*.yaml"
7575
generateReleaseNotes: true
7676
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)