mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update cd.yml snap
This commit is contained in:
parent
81c1a6618f
commit
6b5e8d9e41
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
|
@ -269,7 +269,8 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Publish snap
|
||||
run: snapcraft upload ./taskwarrior-tui_*.snap
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: snapcraft upload --release stable ./taskwarrior-tui_*.snap
|
||||
|
||||
grcov:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue