Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Nov 2, 2024
1 parent 79265ae commit 6a0023c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:

- name: Building
run: |
git reset --hard
git ls-files . --exclude-standard --others | grep 'migrations' | xargs --no-run-if-empty rm
git reset --hard || true
echo "${{ steps.version.outputs.TAG_NAME }}" > VERSION
python3 -m build
Expand Down

0 comments on commit 6a0023c

Please sign in to comment.