Skip to content

Commit

Permalink
make ipinfo and grepip tags different
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Mar 31, 2021
1 parent 9bf3c4e commit 62f6bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grepip/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cp $ROOT/build/grepip_${VSN}_linux_amd64 $ROOT/grepip/dist/usr/local/bin/grepip
dpkg-deb --build ${ROOT}/grepip/dist build/grepip_${VSN}.deb

# release
gh release create $VSN \
gh release create grepip-${VSN} \
-R ipinfo/cli \
-t "grepip-${VSN}" \
$ROOT/build/grepip_*.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion ipinfo/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cp $ROOT/build/ipinfo_${VSN}_linux_amd64 $ROOT/ipinfo/dist/usr/local/bin/ipinfo
dpkg-deb --build ${ROOT}/ipinfo/dist build/ipinfo_${VSN}.deb

# release
gh release create $VSN \
gh release create ipinfo-${VSN} \
-R ipinfo/cli \
-t "ipinfo-${VSN}" \
$ROOT/build/ipinfo_*.tar.gz \
Expand Down

0 comments on commit 62f6bbc

Please sign in to comment.