diff --git a/.github/workflows/release-workflows.yaml b/.github/workflows/release-workflows.yaml index 1157e203..43818434 100644 --- a/.github/workflows/release-workflows.yaml +++ b/.github/workflows/release-workflows.yaml @@ -42,7 +42,7 @@ jobs: with: type: 'zip' filename: 'release.zip' - exclusions: '*.git* /*node_modules/* .editorconfig' + exclusions: '*.git* *.vscode* .coverage-frontend* .docker* .tests* .specs.ts* .mocks.ts* .tests* .editorconfig .eslintrc.js .phpmd.xml .phpunit.xml .psalm.xml .eslintrc.js stylelint.config.js webpack.config.js' #https://github.com/marvinpinto/action-automatic-releases - uses: "marvinpinto/action-automatic-releases@latest"