mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
fix: release workflow
This commit is contained in:
parent
3b18e005ea
commit
eb801e2771
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -29,4 +29,4 @@ jobs:
|
||||||
- name: Publish crate
|
- name: Publish crate
|
||||||
run: |
|
run: |
|
||||||
# Publish the crate using the updated version from the previous step
|
# 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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue