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 +