Skip to content

Commit

Permalink
chore: Update ci workflow release notes (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Sep 10, 2020
1 parent a5083da commit d8e0b39
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit d8e0b39

Please sign in to comment.