Update cd.yml snap

This commit is contained in:
Dheepak Krishnamurthy 2021-03-01 19:49:05 -07:00
parent 81c1a6618f
commit 6b5e8d9e41

View file

@ -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