From ba2c86361d840a4ded5fccbd90e585d5f9e1b993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Tue, 17 Sep 2024 20:50:14 +0200 Subject: [PATCH] remove debug --- .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 127e9b0e..64ae7cf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: cd build && ls -l *.deb - name: "Publish CI release to aptly" - # if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' env: APTLY_USER: ${{ secrets.APTLY_USER }} APTLY_PASSWORD: ${{ secrets.APTLY_PASSWORD }}