8000 [FSSDK-11075] chore: update github tag by muzahidul-opti · Pull Request #559 · optimizely/java-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-11075] chore: update github tag #559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
muzahidul-opti authored Feb 13, 2025
commit accc0a80544f6844b8c1d2e10b7dace09ef3fcf1
6 changes: 3 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

integration_tests:
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
uses: optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
secrets:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

publish:
if: startsWith(github.ref, 'refs/tags/')
uses: optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
uses: optimizely/java-sdk/.github/workflows/build.yml@master
with:
action: ship
travis_tag: ${GITHUB_REF#refs/*/}
Expand All @@ -104,7 +104,7 @@ jobs:

snapshot:
if: ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
uses: optimizely/java-sdk/.github/workflows/build.yml@/muzahidul-opti-patch-1
uses: optimizely/java-sdk/.github/workflows/build.yml@master
with:
action: ship
travis_tag: BB-SNAPSHOT
Expand Down
0