Update cd.yml

This commit is contained in:
Dheepak Krishnamurthy 2021-03-31 10:41:33 -06:00
parent bf8bbb9ae1
commit 28850c76c7

View file

@ -268,9 +268,6 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish snap
run: snapcraft upload --release edge ./taskwarrior-tui_*.snap
- name: Publish snap - name: Publish snap
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
run: snapcraft upload --release stable ./taskwarrior-tui_*.snap run: snapcraft upload --release stable ./taskwarrior-tui_*.snap