File tree 2 files changed +5
-2
lines changed
2 files changed +5
-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
+ travis_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 92
92
93
93
publish :
94
94
if : startsWith(github.ref, 'refs/tags/')
95
- uses : optimizely/java-sdk/.github/workflows/build.yml@master
95
+ uses : optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
96
96
with :
97
97
action : ship
98
98
travis_tag : ${GITHUB_REF#refs/*/}
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
snapshot :
106
106
if : ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
107
- uses : optimizely/java-sdk/.github/workflows/build.yml@master
107
+ uses : optimizely/java-sdk/.github/workflows/build.yml@/muzahidul-opti-patch-1
108
108
with :
109
109
action : ship
110
110
travis_tag : BB-SNAPSHOT
You can’t perform that action at this time.
0 commit comments