Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix: let gh cli handle tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Aug 28, 2022
1 parent 42bce04 commit 3ebd8a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ else
echo "Current Version: $CURRENT_VERSION"
echo "Latest Release: $LATEST_RELEASE"

echo "--> Create Tag"
git tag "$CURRENT_VERSION"

echo "--> Create GH-Release"
gh release create \
--title "$CURRENT_VERSION" \
Expand Down

0 comments on commit 3ebd8a3

Please sign in to comment.