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
Show file tree
Hide file tree
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
update tag
  • Loading branch information
muzahidul-opti authored Feb 13, 2025
commit c2ecd6bc480817720aa8291ce941127c58958ca7
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
action:
required: true
type: string
travis_tag:
required: true
type: string
secrets:
MAVEN_SIGNING_KEY_BASE64:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

publish:
if: startsWith(github.ref, 'refs/tags/')
uses: optimizely/java-sdk/.github/workflows/build.yml@master
uses: optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
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@master
uses: optimizely/java-sdk/.github/workflows/build.yml@/muzahidul-opti-patch-1
with:
action: ship
travis_tag: BB-SNAPSHOT
Expand Down
Loading
3719
0