Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: Update ci workflow release notes (#1707)
- Loading branch information
Showing
with
12 additions
and
2 deletions.
-
+12
−2
.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 |
|
|