Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(gh-ci): Fix gren issue (#1666)
  • Loading branch information
kilchenmann committed Jul 2, 2020
1 parent 8960079 commit 2dc5361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -262,6 +262,10 @@ jobs:
${{ runner.OS }}-build-${{ env.cache-name }}-
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: Generate Github release notes
uses: lakto/gren-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Disk Free
run: |
df -h
Expand All @@ -276,7 +280,3 @@ jobs:
run: |
df -h
docker system df
- name: Generate Github release notes
uses: lakto/gren-action@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 2dc5361

Please sign in to comment.