Skip to content

Commit 8bc0136

Browse files
[FSSDK-11075] chore: update github tag (#559)
* update tag
1 parent 02aa4bb commit 8bc0136

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: .github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
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

Diff for: .github/workflows/java.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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 }}

Diff for: README.md

+1
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)