From d8e0b39a7da5d4c1e78212fb193097bfe96712f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Thu, 10 Sep 2020 18:10:25 +0200 Subject: [PATCH] chore: Update ci workflow release notes (#1707) --- .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