Skip to content

Commit

Permalink
delete additional git command
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 10, 2023
1 parent 3d05bb9 commit 59b16a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ function get_latest_rc_tag() {
version=$1
product=$2

git tag -l
if [[ "$product" == "polkadot" ]]; then
last_rc=$(git tag -l "$version-rc*" | sort -V | tail -n 1)
elif [[ "$product" == "polkadot-parachain" ]]; then
Expand Down

0 comments on commit 59b16a1

Please sign in to comment.