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 4341c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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\""
echo "gh release create \"$tag\" --notes-file \"${rnfile}\""
hub release create --file "${rnfile}" "$tag"
fi
done

0 comments on commit 4341c24

Please sign in to comment.