We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1346db7 commit efe531aCopy full SHA for efe531a
1 file changed
.github/workflows/release.yml
@@ -44,6 +44,8 @@ jobs:
44
--exclude='.mkdocs.yaml' \
45
--exclude='docs/requirements.txt' \
46
--exclude='docs/images/**' \
47
+ --exclude='docs/logo/**' \
48
+ --exclude='Makefile' \
49
--exclude='renovate.json' \
50
-czf /tmp/release-${{ steps.changelog.outputs.tag }}.tar.gz .
51
- name: Create GitHub Release
0 commit comments