mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 05:26:42 +02:00
chore: Update cd.yml to only cargo publish on tags ♻️
This commit is contained in:
parent
3b6c1478d7
commit
fe2c218a09
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -117,6 +117,7 @@ jobs:
|
|||
args: --release
|
||||
|
||||
- name: Publish
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue