mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.1.10 (#6373)
* Release 6.1.10 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix release action step in release workflow (#6372) 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
40bb975531
commit
a31f773795
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -22,9 +22,9 @@ jobs:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
tag_prefix: "v"
|
||||
- uses: ncipollo/release-action@v1
|
||||
if: ${{ needs.tag.outputs.tagname != '' }}
|
||||
if: ${{ steps.tagger.outputs.tagname != '' }}
|
||||
with:
|
||||
name: v${{ steps.open-lens-version.outputs.VERSION }}
|
||||
name: ${{ steps.tagger.outputs.tagname }}
|
||||
commit: master
|
||||
tag: v${{ steps.open-lens-version.outputs.VERSION }}
|
||||
tag: ${{ steps.tagger.outputs.tagname }}
|
||||
body: ${{ github.event.pull_request.body }}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"productName": "OpenLens",
|
||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
"version": "6.1.9",
|
||||
"version": "6.1.10",
|
||||
"main": "static/build/main.js",
|
||||
"copyright": "© 2022 OpenLens Authors",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user