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 b74e771 commit 23bc04aCopy full SHA for 23bc04a
buildspecs/release-to-github.yml
@@ -18,15 +18,5 @@ phases:
18
- cd release
19
-
20
- git clone -o staging -b release $STAGING_REPOSITORY_URL .
21
- - RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
22
- -
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 public :refs/tags/$RELEASE_VERSION
27
- git tag --delete $RELEASE_VERSION
28
- fi
29
- - git tag -a $RELEASE_VERSION -m "AWS SDK for Java v2 ($RELEASE_VERSION)"
30
31
- git push public HEAD:release
32
- - git push public $RELEASE_VERSION
0 commit comments