File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 action :
77 required : true
88 type : string
9+ travis_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 9292
9393 publish :
9494 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
9696 with :
9797 action : ship
9898 travis_tag : ${GITHUB_REF#refs/*/}
@@ -104,7 +104,7 @@ jobs:
104104
105105 snapshot :
106106 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
108108 with :
109109 action : ship
110110 travis_tag : BB-SNAPSHOT
You can’t perform that action at this time.
0 commit comments