mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.1.8 (#6367)
* Release 6.1.8 Signed-off-by: Sebastian Malton <sebastian@malton.name> * More debugging to understand why targetting isn't working (#6366) Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a2387e7cd
commit
5d7b3ee4bb
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,6 +12,8 @@ jobs:
|
||||
run: |
|
||||
echo "merged=${{ github.event.pull_request.merged }}"
|
||||
echo "ref=${{ github.event.pull_request.base.ref }}"
|
||||
echo "targets_master=${{ github.event.pull_request.base.ref == 'master' }}"
|
||||
echo "targets_release_branch=${{ startsWith(github.event.pull_request.base.ref, 'release/v') }}"
|
||||
echo "is_release=${{ contains(github.event.pull_request.labels.*.name, 'release') }}"
|
||||
echo "should_continue=${{ github.event.pull_request.merged == 'true' && contains(github.event.pull_request.labels.*.name, 'release') && (github.event.pull_request.base.ref == 'master' || startsWith(github.event.pull_request.base.ref, 'release/v')) }}"
|
||||
exit 1
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"productName": "OpenLens",
|
||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
"version": "6.1.7",
|
||||
"version": "6.1.8",
|
||||
"main": "static/build/main.js",
|
||||
"copyright": "© 2022 OpenLens Authors",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user