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 74eba6d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,18 @@ jobs:
make CROSS_COMPILE=riscv64-linux-gnu- starfive_visionfive2_defconfig
make CROSS_COMPILE=riscv64-linux-gnu- OPENSBI=../opensbi/build/platform/generic/firmware/fw_dynamic.bin -j$(nproc)
- name: Create tag
run: |
tag_name="v1.0.${{ github.run_number }}"
git tag $tag_name
git push origin $tag_name
- name: Release
uses: softprops/action-gh-release@v1
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 74eba6d

Please sign in to comment.