We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174f8f0 commit f249677Copy full SHA for f249677
.github/workflows/java.yml
@@ -94,7 +94,7 @@ jobs:
94
95
publish:
96
if: startsWith(github.ref, 'refs/tags/')
97
- uses: optimizely/java-sdk/.github/workflows/build.yml@master
+ uses: optimizely/java-sdk/.github/workflows/build.yml@revert-558-muzahid/remove-travis-doc
98
with:
99
action: ship
100
travis_tag: ${GITHUB_REF#refs/*/}
@@ -106,7 +106,7 @@ jobs:
106
107
snapshot:
108
if: ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
109
110
111
112
travis_tag: BB-SNAPSHOT
0 commit comments