Merge pull request #209 from wdoug/patch-1

Add missing `jobs` key in full sample
This commit is contained in:
Mike Penz
2021-03-04 09:29:57 +01:00
committed by GitHub
+1
View File
@@ -98,6 +98,7 @@ on:
tags:
- '*'
jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest