Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump KSXGitHub/github-actions-deploy-aur from 2.7.1 to 2.7.2 #51

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
run: ./ci/github-actions/generate-pkgbuild.py3

- name: Publish strip-ansi to the AUR
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: strip-ansi
pkgbuild: ./pkgbuild/strip-ansi/PKGBUILD
Expand All @@ -420,7 +420,7 @@ jobs:
commit_message: ${{ needs.create_release.outputs.release_tag }}

- name: Publish strip-ansi-bin to the AUR
uses: KSXGitHub/[email protected].1
uses: KSXGitHub/[email protected].2
with:
pkgname: strip-ansi-bin
pkgbuild: ./pkgbuild/strip-ansi-bin/PKGBUILD
Expand Down
Loading