update action-gh-release
This commit is contained in:
parent
d211bacf5c
commit
b6defb6220
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
- name: Generate Changelog
|
- name: Generate Changelog
|
||||||
run: curl -s https://api.github.com/repos/lensapp/lens/releases/latest | jq -r 'select(.prerelease == false) | .body[0:]' > ${{ github.workspace }}-CHANGELOG.txt
|
run: curl -s https://api.github.com/repos/lensapp/lens/releases/latest | jq -r 'select(.prerelease == false) | .body[0:]' > ${{ github.workspace }}-CHANGELOG.txt
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.14
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
tag_name: v${{ env.LENS_VERSION }}
|
tag_name: v${{ env.LENS_VERSION }}
|
||||||
|
|
@ -140,7 +140,7 @@ jobs:
|
||||||
lens/packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.exe
|
lens/packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}.exe
|
||||||
lens/packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}*.sha256
|
lens/packages/open-lens/dist/OpenLens-${{ env.LENS_VERSION }}*.sha256
|
||||||
- name: Latest
|
- name: Latest
|
||||||
uses: softprops/action-gh-release@v0.1.14
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
tag_name: Latest
|
tag_name: Latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue