Skip to content

Commit

Permalink
Use gh cli tool replace hub command
Browse files Browse the repository at this point in the history
  • Loading branch information
9l authored Nov 17, 2023
1 parent 7f282b1 commit c45647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vyos-v1.4-rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
asset=$(find ./vyos-${{ env.VERSION }}-${{ env.ARCHITECTURE }}-iso/ -name "vyos-${{ env.VERSION }}-*.iso" | xargs)
tag_name="v${{ env.VERSION }}"
hub release edit -a "$asset" -m "" "$tag_name"
gh release upload "$tag_name" "$asset"
delete_old_workflow_runs:
needs: release
Expand Down

0 comments on commit c45647c

Please sign in to comment.