We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bee0f commit 987c44bCopy full SHA for 987c44b
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: com30n/build-alfred-workflow@v1
23
with:
24
workflow_dir: .
25
- exclude_patterns: '.git/* .gitignore .github docker_tag Dockerfile-php-build DOCKER_ENV output.log resources/*'
+ exclude_patterns: '.git/* .gitignore .github/* docker_tag Dockerfile-php-build DOCKER_ENV output.log resources/*'
26
custom_version: "${{ env.VERSION }}"
27
- name: Create release
28
id: create_release
0 commit comments