0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-21 10:28:56 +01:00
flags/maven.sh
2023-11-07 10:45:19 +02:00

7 lines
258 B
Bash
Executable File

version=$(git describe --tags --abbrev=0)
url="https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=${version#v}"
echo "curl '${url}'"
curl "$url"
echo
echo "https://central.sonatype.com/artifact/org.webjars.npm/flag-icons/versions"