Skip to content

Commit 843fca6

Browse files
build workflow: update GitHub Actions workflow to use custom build.yml
1 parent c5d58ee commit 843fca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@muzahid/migrate-ossrh-to-maven-central
108108
with:
109109
action: ship
110110
github_tag: BB-SNAPSHOT

0 commit comments

Comments
 (0)