mirror of
https://github.com/ShadowBlip/OpenGamepadUI.git
synced 2025-12-19 08:25:55 +01:00
chore(ci): update version correctly in PKGBUILD
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user