Skip to content

Commit

Permalink
hopefully fix gh action for aur
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Feb 17, 2021
1 parent b60d165 commit f0da6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
aur_publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Prepare AUR package
Expand All @@ -15,7 +15,7 @@ jobs:
sed -i "s/^pkgver=.*$/pkgver=${version}/g" packages/arch-dotdrop/PKGBUILD
cat packages/arch-dotdrop/PKGBUILD
- name: Publish to aur
uses: KSXGitHub/github-actions-deploy-aur@v2.0.2
uses: KSXGitHub/github-actions-deploy-aur@v2.2.3
with:
pkgname: dotdrop
pkgbuild: ./packages/arch-dotdrop/PKGBUILD
Expand Down

0 comments on commit f0da6a6

Please sign in to comment.