Skip to content

Commit

Permalink
Fix tag deletion command (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir authored Feb 5, 2024
1 parent 1d99321 commit 6afc377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspecs/release-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phases:
- git remote add --fetch public $PUBLIC_REPOSITORY_URL
- |
if [ `git ls-remote --tags public | grep refs/tags/$RELEASE_VERSION | wc -l` -ge "1" ]; then
git push -d public :refs/tags/$RELEASE_VERSION
git push public :refs/tags/$RELEASE_VERSION
fi
- git tag -a $RELEASE_VERSION -m "AWS SDK for Java v2 ($RELEASE_VERSION)"
-
Expand Down

0 comments on commit 6afc377

Please sign in to comment.