From d16a3c117b2fe9911c8704f6550dbf71e2c73f35 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Sat, 21 Nov 2020 14:45:02 +0100 Subject: [PATCH] GitHub Actions: 3rd attempt to test release job without publishing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5302fe4..234e1758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: release: runs-on: ubuntu-latest - needs: build +# needs: build if: | github.event_name == 'push' && startsWith( github.ref, 'refs/tags/' ) &&