Skip to content

Commit

Permalink
update github cli
Browse files Browse the repository at this point in the history
  • Loading branch information
easeway committed Jan 9, 2024
1 parent f9a8d60 commit 3b0a013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
set -x
tag_name="${GITHUB_REF##*/}"
tar -C _local/bin -czf "$(pwd)/_local/logs-linux.tar.gz" --owner=0 --group=0 logs
hub release create -a _local/logs-linux.tar.gz -m "$tag_name" "$tag_name"
gh release create -a _local/logs-linux.tar.gz -m "$tag_name" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3b0a013

Please sign in to comment.