Skip to content

Commit

Permalink
create tag
Browse files Browse the repository at this point in the history
  • Loading branch information
el-ev committed Jan 13, 2025
1 parent 69c886f commit c2ca61d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:
with:
name: ${{ github.sha }}
body: Automated release
tag_name: default_tag
tag_name: v1.0.${{ github.run_number }}
files: |
u-boot/spl/u-boot-spl.bin.normal.out
u-boot/u-boot.itb

0 comments on commit c2ca61d

Please sign in to comment.