Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 978202f

Browse files
committed
Fix lts release job
1 parent 6d5849d commit 978202f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
DOCKER_PASS: ${{secrets.DOCKER_PASS}}
3232
- name: Release LTS
3333
run: |
34-
export VERSION_LTS=`jq -r '.lts.version' vars.json`
34+
export VERSION=`jq -r '.lts.version' vars.json`
3535
./release-lts.sh

0 commit comments

Comments
 (0)