Skip to content

Commit

Permalink
fix(ci): Replace hub with gh cli
Browse files Browse the repository at this point in the history
hub was removed from the runner images; see actions/runner-images#8362
  • Loading branch information
Kissaki committed Mar 11, 2024
1 parent 6f7b99a commit 44f3428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-mirror.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for fpath in ${dups}*; do
./extract-release-notes.sh "${tag}" "${rnfile}"

echo "Creating new release…"
echo "hub release create --file \"${rnfile}\" \"$tag\""
hub release create --file "${rnfile}" "$tag"
echo "gh release create \"$tag\" --notes-file \"${rnfile}\""
gh release create "$tag" --notes-file "${rnfile}"
fi
done

0 comments on commit 44f3428

Please sign in to comment.