We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce5e3f commit 03b2c0bCopy full SHA for 03b2c0b
.github/workflows/release.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Build the template zip
20
run: |
21
mv examples/template/* . || echo ok
22
+ mv examples/template/.gitignore . || echo ok
23
rm -rf examples README.md bootstrap.sh
24
zip -r template.zip *
25
- uses: ncipollo/release-action@v1
0 commit comments