Skip to content

Commit

Permalink
ci: fix deploy to aur
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 7, 2023
1 parent 5007861 commit 571b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Update version
run: |
VERSION="${GITHUB_REF#refs/tags/}"
VERSION="${GITHUB_REF#refs/tags/v}"
sed -i "s|\(^pkgver=\).*$|\1\"${VERSION}\"|" ./PKGBUILD
- name: Deploy PKGBUILD to the Arch User Repository
Expand Down

0 comments on commit 571b763

Please sign in to comment.