Skip to content

Commit 3eddbe8

Browse files
committed
Reverted change and removed it from git attributes.
1 parent dcf99b9 commit 3eddbe8

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/actions/create-plugin-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
run: |
2424
echo "${GITHUB_SHA}" > build-sha.txt
2525
rm -f plugin-build/${{ inputs.slug }}-*.zip
26-
composer archive -vvv --format=zip --ignore-filters --file="plugin-build/${{ inputs.slug }}" --dir="."
26+
composer archive -vvv --format=zip --file="plugin-build/${{ inputs.slug }}" --dir="."
2727
shell: bash
2828

2929
- name: Upload plugin artifact

.github/workflows/pre-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
working-directory: ${{ steps.metadata.outputs.PLUGIN_DIR }}
128128
run: |
129129
rm -f plugin-build/${{ steps.plugin.outputs.plugin_slug }}.-*.zip
130-
composer archive -vvv --format=zip --ignore-filters --file="plugin-build/${{ steps.plugin.outputs.plugin_slug }}" --dir="."
130+
composer archive -vvv --format=zip --file="plugin-build/${{ steps.plugin.outputs.plugin_slug }}" --dir="."
131131
132132
# Verify archive was created
133133
if [ ! -f "plugin-build/${{ steps.plugin.outputs.plugin_slug }}.zip" ]; then

plugins/wp-graphql-webhooks/.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
/composer.lock export-ignore
1919
/phpstan.neon.dist export-ignore
2020
/phpunit.xml.dist export-ignore
21-
/wp-graphql-webhooks.php export-ignore

0 commit comments

Comments
 (0)