Archived
1
0

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:
Joe Previte 2022-12-12 14:24:06 -07:00 committed by GitHub
parent 48588ee542
commit ef5865f506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,8 @@ jobs:
- name: Validate package
uses: hapakaien/archlinux-package-action@v2
env:
VERSION: ${{ env.VERSION }}
with:
pkgver: ${{ env.VERSION }}
updpkgsums: true