fix: release workflow

This commit is contained in:
JasterV 2025-08-19 23:30:41 +02:00
parent 3b18e005ea
commit eb801e2771

View file

@ -29,4 +29,4 @@ jobs:
- name: Publish crate
run: |
# Publish the crate using the updated version from the previous step
cargo publish -p teatui --token ${{ secrets.CRATES_IO_TOKEN }}
cargo publish -p teatui --allow-dirty --token ${{ secrets.CRATES_IO_TOKEN }}