From 420ae27888b928ee6350ae48943abacd23e89378 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Fri, 7 May 2021 13:34:22 +0800 Subject: [PATCH] Update publish.yml --- .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 cb3b881..32025a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,7 +50,7 @@ jobs: sed "s/{PKG_VERSION}/${{ steps.get-version.outputs.VERSION }}/g;s/{SOURCE_SHA}/${{ steps.get-sha256sum.outputs.SHA }}/g" PKGBUILD.template > PKGBUILD - name: Publish AUR package - uses: KSXGitHub/github-actions-deploy-aur@v2.2.3 + uses: KSXGitHub/github-actions-deploy-aur@v2 with: pkgname: globalprotect-openconnect pkgbuild: ./PKGBUILD