We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c9da2 commit d95f25dCopy full SHA for d95f25d
.github/workflows/android.yml
@@ -135,7 +135,7 @@ jobs:
135
script: ./gradlew testAllModules
136
publish:
137
if: startsWith(github.ref, 'refs/tags/')
138
- uses: optimizely/android-sdk/.github/workflows/build.yml@master
+ uses: optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
139
with:
140
action: ship
141
github_tag: ${GITHUB_REF#refs/*/}
@@ -147,7 +147,7 @@ jobs:
147
148
snapshot:
149
if: ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
150
151
152
153
github_tag: BB-SNAPSHOT
0 commit comments