File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66 action :
77 required : true
88 type : string
9+ github_tag :
10+ required : true
11+ type : string
912 secrets :
1013 MAVEN_SIGNING_KEY_BASE64 :
1114 required : true
Original file line number Diff line number Diff line change 9595 uses : optimizely/java-sdk/.github/workflows/build.yml@master
9696 with :
9797 action : ship
98- travis_tag : ${GITHUB_REF#refs/*/}
98+ github_tag : ${GITHUB_REF#refs/*/}
9999 secrets :
100100 MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
101101 MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
@@ -107,7 +107,7 @@ jobs:
107107 uses : optimizely/java-sdk/.github/workflows/build.yml@master
108108 with :
109109 action : ship
110- travis_tag : BB-SNAPSHOT
110+ github_tag : BB-SNAPSHOT
111111 secrets :
112112 MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
113113 MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -175,3 +175,4 @@ License (Apache 2.0): [https://github.com/apache/httpcomponents-client/blob/mast
175175- Ruby - https://github.com/optimizely/ruby-sdk
176176
177177- Swift - https://github.com/optimizely/swift-sdk
178+
You can’t perform that action at this time.
0 commit comments