Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Fix arch release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Aug 7, 2023
1 parent aef2fdd commit 810d0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: envsubst '$CI_PKG_VERSION,$CI_SHA_SUM' < .github/scripts/PKGBUILD.source > PKGBUILD

- name: Publish crunchy-cli to AUR
uses: KSXGitHub/github-actions-deploy-aur@2.7.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: crunchy-cli
pkgbuild: ./PKGBUILD
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: envsubst '$CI_PKG_VERSION,$CI_SHA_SUM,$CI_COMPLETIONS_SHA_SUM,$CI_MANPAGES_SHA_SUM' < .github/scripts/PKGBUILD.binary > PKGBUILD

- name: Publish crunchy-cli-bin to AUR
uses: KSXGitHub/github-actions-deploy-aur@2.7.0
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: crunchy-cli-bin
pkgbuild: ./PKGBUILD
Expand Down

0 comments on commit 810d0c3

Please sign in to comment.