Update main.yml

This commit is contained in:
Muhammed Kalkan 2022-11-27 13:11:18 +03:00 committed by GitHub
parent 8250dced8b
commit edcf6bf113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ jobs:
lens/dist/OpenLens-${{ env.LENS_VERSION }}*.sha256 lens/dist/OpenLens-${{ env.LENS_VERSION }}*.sha256
- name: Generate Changelog - name: Generate Changelog
run: curl -s https://api.github.com/repos/lensapp/lens/releases/latest | jq -r 'select(.prerelease == false) | .tag_name[1:]' > ${{ 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.14
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'