Skip to content

Commit ef5865f

Browse files
authored
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: coder/code-server-aur#24 This should fix that.
1 parent 48588ee commit ef5865f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
128128
- name: Validate package
129129
uses: hapakaien/archlinux-package-action@v2
130+
env:
131+
VERSION: ${{ env.VERSION }}
130132
with:
131133
pkgver: ${{ env.VERSION }}
132134
updpkgsums: true

0 commit comments

Comments
 (0)