From 9cb851613c38c459b20fe1a660f57c5a36b06668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:21:19 -0300 Subject: [PATCH] [CI]: changelog workaround and tag cleanup? --- .github/workflows/CI.yml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f18b0f3..e2c0aeb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -93,6 +93,20 @@ jobs: path: | release/* +# - name: last week changelog +# run: | +# git --no-pager log --pretty=format:"- %h:%as %>(18)%an: %s" --since="Last Week">CHANGELOG +# echo CHANGELOG=$(cat CHANGELOG) >> $GITHUB_ENV +# echo ${{ env.CHANGELOG }} + + - uses: ClementTsang/delete-tag-and-release@v0.3.1 + if: github.ref == 'refs/heads/main' + with: + delete_release: true + tag_name: latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Create release if: github.ref == 'refs/heads/main' uses: softprops/action-gh-release@v2 @@ -104,8 +118,9 @@ jobs: files: | PS2BBL.7z body: | - "![dl](https://img.shields.io/github/downloads/israpps/PlayStation2-Basic-BootLoader/latest/total?style=for-the-badge&logo=github) " + ![dl](https://img.shields.io/github/downloads/israpps/PlayStation2-Basic-BootLoader/latest/total?style=for-the-badge&logo=github) [![info](https://img.shields.io/badge/not%20sure%20what%20to%20download%3F-Click%20Here-000000?style=for-the-badge&logo=github)](https://israpps.github.io/PlayStation2-Basic-BootLoader/Downloads/) + ${{ env.CHANGELOG }} - name: notify on discord if: github.ref == 'refs/heads/main' @@ -177,6 +192,20 @@ jobs: path: | release/PS2BBL_OpenTuna_Installer.ELF +# - name: last week changelog +# run: | +# git --no-pager log --pretty=format:"- %h:%as %>(18)%an: %s" --since="Last Week">CHANGELOG +# echo CHANGELOG=$(cat CHANGELOG) >> $GITHUB_ENV +# echo ${{ env.CHANGELOG }} + + - uses: ClementTsang/delete-tag-and-release@v0.3.1 + if: github.ref == 'refs/heads/main' + with: + delete_release: true + tag_name: opentuna + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Create release if: github.ref == 'refs/heads/main' uses: softprops/action-gh-release@v2 @@ -190,3 +219,4 @@ jobs: body: | ![dl](https://img.shields.io/github/downloads/israpps/PlayStation2-Basic-BootLoader/latest/total?style=for-the-badge&logo=github) [![info](https://img.shields.io/badge/not%20sure%20what%20to%20download%3F-Click%20Here-000000?style=for-the-badge&logo=github)](https://israpps.github.io/PlayStation2-Basic-BootLoader/Downloads/) + ${{ env.CHANGELOG }}