fix: add VERSION to env in publish.yaml (#5868)
When I did the last release, `VERSION` wasn't defined which lead to a blank string in the PR title and the commit message here: https://github.com/coder/code-server-aur/pull/24 This should fix that.
This commit is contained in:
parent
48588ee542
commit
ef5865f506
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -127,6 +127,8 @@ jobs:
|
||||
|
||||
- name: Validate package
|
||||
uses: hapakaien/archlinux-package-action@v2
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
with:
|
||||
pkgver: ${{ env.VERSION }}
|
||||
updpkgsums: true
|
||||
|
Reference in New Issue
Block a user