diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a854886..dc65dea 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@v4 + uses: atareao/publish-ppa-package-from-source@v1 with: repository: "atareao/atareao" gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}