With the better release gating, we dont need to check if the job can run (also allows more debug info output)

This commit is contained in:
Hamish Coleman 2021-10-31 15:11:03 +00:00
parent 5538a55090
commit e5b373dd10

View File

@ -485,7 +485,6 @@ jobs:
#
upload_release:
name: Upload Release Assets
if: startsWith(github.ref, 'refs/tags/')
needs:
- package_dpkg
- package_rpm