We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d99321 commit 6afc377Copy full SHA for 6afc377
buildspecs/release-to-github.yml
@@ -23,7 +23,7 @@ phases:
23
- git remote add --fetch public $PUBLIC_REPOSITORY_URL
24
- |
25
if [ `git ls-remote --tags public | grep refs/tags/$RELEASE_VERSION | wc -l` -ge "1" ]; then
26
- git push -d public :refs/tags/$RELEASE_VERSION
+ git push public :refs/tags/$RELEASE_VERSION
27
fi
28
- git tag -a $RELEASE_VERSION -m "AWS SDK for Java v2 ($RELEASE_VERSION)"
29
-
0 commit comments