From fbd7df22ca8153938d9774c7dce8c43c5580cb2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Thu, 10 Sep 2020 17:04:56 +0200 Subject: [PATCH] chore: Update ci workflow release notes --- .github/workflows/main.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a59408993..eb2a9c49d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -343,10 +343,20 @@ jobs: ${{ runner.OS }}-build-${{ env.cache-name }}- ${{ runner.OS }}-build- ${{ runner.OS }}- - - name: Generate Github release notes - uses: lakto/gren-action@v1.1.0 + - if: "github.event.release.prerelease" + name: Update release notes + uses: lakto/gren-action@v2.0.0 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + with: + options: '--override --prerelease' + - if: "!github.event.release.prerelease" + name: Update release notes + uses: lakto/gren-action@v2.0.0 + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + with: + options: '--override' - name: Disk Free run: | df -h