mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 13:32:59 +08:00
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:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -127,6 +127,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Validate package
|
- name: Validate package
|
||||||
uses: hapakaien/archlinux-package-action@v2
|
uses: hapakaien/archlinux-package-action@v2
|
||||||
|
env:
|
||||||
|
VERSION: ${{ env.VERSION }}
|
||||||
with:
|
with:
|
||||||
pkgver: ${{ env.VERSION }}
|
pkgver: ${{ env.VERSION }}
|
||||||
updpkgsums: true
|
updpkgsums: true
|
||||||
|
Reference in New Issue
Block a user