Only make releases if there are tags

This commit is contained in:
Dheepak Krishnamurthy 2020-07-28 01:34:07 -06:00
parent c844e7d694
commit 81d94338f5

View file

@ -87,6 +87,7 @@ jobs:
shasum -a 256 taskwarrior-tui-${{ matrix.target }}.tar.gz > taskwarrior-tui-${{ matrix.target }}.sha256
fi
- name: Releasing assets
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
with:
files: |