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

Commit

Permalink
Fix lts release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mwz committed Dec 16, 2021
1 parent 6d5849d commit 978202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
DOCKER_PASS: ${{secrets.DOCKER_PASS}}
- name: Release LTS
run: |
export VERSION_LTS=`jq -r '.lts.version' vars.json`
export VERSION=`jq -r '.lts.version' vars.json`
./release-lts.sh

0 comments on commit 978202f

Please sign in to comment.