Skip to content

Commit

Permalink
release name
Browse files Browse the repository at this point in the history
  • Loading branch information
el-ev committed Jan 13, 2025
1 parent f658934 commit b3fbab3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b3fbab3

Please sign in to comment.