Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anmalkov committed Jan 9, 2024
2 parents b967b34 + 44311ee commit e6eb6af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
token: ${{ secrets.CRISP_DATA_TOKEN }}
path: src/repos/brief

- name: test
run: ls -la src/repos/brief
- name: Remove unneeded files and folders
run: |
rm -rf src/repos/brief/.git
find src/repos/brief -type f -exec rm {} +
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit e6eb6af

Please sign in to comment.