From 0804a33e1a49e0f2f386ebe4bb6f6da005a9376e Mon Sep 17 00:00:00 2001 From: "Lorenzo Carbonell a.k.a. atareao" Date: Fri, 6 Sep 2024 07:33:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Actualiza=20acci=C3=B3n=20de=20p?= =?UTF-8?q?ublicaci=C3=B3n=20PPA=20a=20la=20=C3=BAltima=20versi=C3=B3n=20d?= =?UTF-8?q?isponible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index febfcb4..d016352 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Publish PPA - uses: atareao/publish-ppa-package@v2 + uses: atareao/publish-ppa-package with: repository: "atareao/atareao" gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}