chore(ci): update version correctly in PKGBUILD
Some checks failed
🎉 Release / 🎉 Publish to GitHub (push) Has been cancelled
🪲 Test / Run GUT tests (push) Has been cancelled
🎉 Release / 📔 Publish documentation (push) Has been cancelled
🎉 Release / 🐧 Publish to AUR (push) Has been cancelled

This commit is contained in:
William Edwards
2025-08-04 22:45:21 -07:00
parent 9fdc51b5f3
commit 1605890e22

View File

@@ -29,8 +29,8 @@ plugins:
to: "Version: ${nextRelease.version}"
- files:
- package/archlinux/PKGBUILD
from: "^pkgver=v.*$"
to: "pkgver=v${nextRelease.version}"
from: "^pkgver=.*$"
to: "pkgver=${nextRelease.version}"
# Execute commands to build the project
- - "@semantic-release/exec"