Skip to content

Commit 03b2c0b

Browse files
authored
include the gitignore
1 parent 6ce5e3f commit 03b2c0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Build the template zip
2020
run: |
2121
mv examples/template/* . || echo ok
22+
mv examples/template/.gitignore . || echo ok
2223
rm -rf examples README.md bootstrap.sh
2324
zip -r template.zip *
2425
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)