GitHub Actions: 3rd attempt to test release job without publishing

This commit is contained in:
Karl Tauber
2020-11-21 14:45:02 +01:00
parent d04ec982ab
commit d16a3c117b

View File

@@ -94,7 +94,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
# needs: build
if: |
github.event_name == 'push' &&
startsWith( github.ref, 'refs/tags/' ) &&