Skip to content

Commit

Permalink
Revert "feat: delete from array when exist"
Browse files Browse the repository at this point in the history
This reverts commit 40bef7d.
  • Loading branch information
vietchinh committed Sep 29, 2023
1 parent 40bef7d commit a1cbfdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-openwrt-lxd-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
do
if git show-ref --tags --verify --quiet "refs/tags/${version}"; then
echo "Tag ${version} exists"
jq del(.Array[${version}])
else
echo "Tag ${version} does not exist"
fi;
Expand Down

0 comments on commit a1cbfdf

Please sign in to comment.