From b3fbab3677804aefa9023a1a0e0c57365dbfdd32 Mon Sep 17 00:00:00 2001 From: Iris Shi <0.0@owo.li> Date: Mon, 13 Jan 2025 11:20:12 +0800 Subject: [PATCH] release name --- .github/workflows/vf2-firmware.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vf2-firmware.yaml b/.github/workflows/vf2-firmware.yaml index 70c89b4..4d1168f 100644 --- a/.github/workflows/vf2-firmware.yaml +++ b/.github/workflows/vf2-firmware.yaml @@ -41,10 +41,11 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: | - u-boot/spl/u-boot-spl.bin.normal.out - u-boot/u-boot.itb token: ${{ secrets.RELEASE_TOKEN }} tag_name: ${{ github.sha }} - release_name: ${{ github.sha }} + name: ${{ github.sha }} body: Automated release + files: | + u-boot/spl/u-boot-spl.bin.normal.out + u-boot/u-boot.itb +