Skip to content

Commit

Permalink
remove .git as a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 22, 2024
1 parent d5e4c37 commit 9f48fdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
- name: Remove files and folders that are part of development and then move te remaining files to the openatalogi sub folder
run: |
find . -type f \( \
-name '*.git*' \
-o -name '.coverage-frontend*' \
-name '.coverage-frontend*' \
-o -name '*.specs.ts*' \
-o -name '*.mocks.ts*' \
-o -name '*.babelrc' \
Expand Down

0 comments on commit 9f48fdb

Please sign in to comment.