Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignatella committed Jun 16, 2024
1 parent 915e039 commit af4ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tui.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
tag_name="${GITHUB_REF##*/}"
echo $tag_name
tag_name="v0.0.1"
hub release create "${assets[@]}" -m "$tag_name" "$tag_name"
gh release create "${assets[@]}" -m "$tag_name" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# gh release upload v0.0.1 ./dist/**/tui_*.exe
Expand Down

0 comments on commit af4ff0a

Please sign in to comment.