File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6
6
action :
7
7
required : true
8
8
type : string
9
+ github_tag :
10
+ required : true
11
+ type : string
9
12
secrets :
10
13
MAVEN_SIGNING_KEY_BASE64 :
11
14
required : true
Original file line number Diff line number Diff line change 95
95
uses : optimizely/java-sdk/.github/workflows/build.yml@master
96
96
with :
97
97
action : ship
98
- travis_tag : ${GITHUB_REF#refs/*/}
98
+ github_tag : ${GITHUB_REF#refs/*/}
99
99
secrets :
100
100
MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
101
101
MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
@@ -107,7 +107,7 @@ jobs:
107
107
uses : optimizely/java-sdk/.github/workflows/build.yml@master
108
108
with :
109
109
action : ship
110
- travis_tag : BB-SNAPSHOT
110
+ github_tag : BB-SNAPSHOT
111
111
secrets :
112
112
MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
113
113
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
175
175
- Ruby - https://github.com/optimizely/ruby-sdk
176
176
177
177
- Swift - https://github.com/optimizely/swift-sdk
178
+
You can’t perform that action at this time.
0 commit comments