Skip to content

Commit

Permalink
Relocate the licance
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 21, 2024
1 parent 66a95c7 commit df6ba1a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
with:
command: "mkdir -p opencatalogi && mv * opencatalogi/"
type: 'zip'
filename: "packadge-${{ steps.version.outputs.version }}.zip"
exclusions: '*.git* *.vscode* .coverage-frontend* .docker* .tests* .docs* .specs.ts* .mocks.ts* .tests* .babelrc .nvmrc .php-cs-fixer.dist.php .phpunit.result.cache .prettierrc changelog-ci-config.json composer-setup.php coverage.txt docker-compose.yml .editorconfig .jest.config.js .eslintrc.js phpmd.xml phpunit.xml psalm.xml .eslintrc.js stylelint.config.js webpack.config.js'
filename: "packadge.zip"
exclusions: '*.git* *.vscode* *.coverage-frontend* *.docker* *.tests* *.docs* *.specs.ts* *.mocks.ts* *.tests* *.babelrc *.nvmrc *.php-cs-fixer.dist.php *.phpunit.result.cache *.prettierrc *changelog-ci-config.json *composer-setup.php *coverage.txt *docker-compose.yml *.editorconfig *.jest.config.js *.eslintrc.js *phpmd.xml *phpunit.xml *psalm.xml *.eslintrc.js *stylelint.config.js *webpack.config.js'
# Documentation: https://github.com/marketplace/actions/zip-release
# Explanation: This step creates a zip archive of the repository, excluding certain files and directories as specified.

Expand All @@ -103,7 +103,8 @@ jobs:
prerelease: false
title: "Release ${{ steps.version.outputs.version }}"
files: |
LICENSE.md
"packadge-${{ steps.version.outputs.version }}.zip"
opencatalogi/LICENSE.md
opencatalogi/packadge.zip
"packadge.zip"
# Documentation: https://github.com/marvinpinto/action-automatic-releases
# Explanation: This step creates a new release on GitHub, uploading the generated release files, and tagging the release with the calculated version.

0 comments on commit df6ba1a

Please sign in to comment.