From 31ae841f5114af5525a233e41d1a04a63a6d8d44 Mon Sep 17 00:00:00 2001 From: "Lorenzo Carbonell a.k.a. atareao" Date: Sun, 8 Sep 2024 06:51:02 +0200 Subject: [PATCH] v4 --- .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 4ac4d98..a854886 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-from-source@v3 + uses: atareao/publish-ppa-package-from-source@v4 with: repository: "atareao/atareao" gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}