Skip to content

Commit

Permalink
GitHub brokenness
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Aug 30, 2024
1 parent 9a2db87 commit 9d32e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_visionfive2_kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
tag_name: ${{ steps.tag.outputs.release_tag }}_release1
target_commitish: 'mmoll_JH7110_VisionFive2_upstream'
body: Automated build of VisionFive 2 kernel .debs for Ubuntu.
files: |
Expand All @@ -72,7 +72,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
tag_name: ${{ steps.tag.outputs.release_tag }}_release2
target_commitish: 'mmoll_JH7110_VisionFive2_upstream'
body: Automated build of VisionFive 2 kernel .debs for Ubuntu.
files: |
Expand All @@ -85,7 +85,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
tag_name: ${{ steps.tag.outputs.release_tag }}_release3
target_commitish: 'mmoll_JH7110_VisionFive2_upstream'
body: Automated build of VisionFive 2 kernel .debs for Ubuntu.
files: |
Expand Down

0 comments on commit 9d32e45

Please sign in to comment.