Update check.yml
This commit is contained in:
parent
08af1cf9f1
commit
793c7e2e04
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/lensapp/lens.git
|
git clone https://github.com/lensapp/lens.git
|
||||||
cd lens
|
cd lens
|
||||||
git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 2-7 > version
|
git tag --sort=committerdate | grep -E '[0-9]' | tail -1 | cut -b 2-7 | head -n 1 > version
|
||||||
export LENS_VERSION=$(cat version)
|
export LENS_VERSION=$(cat version)
|
||||||
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
|
echo "LENS_VERSION=$LENS_VERSION" >> $GITHUB_ENV
|
||||||
- name: Add & Commit
|
- name: Add & Commit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue