Skip to content

Commit 3b179a1

Browse files
committed
publish develop branch to maven central
1 parent 4ff2882 commit 3b179a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
spi/build/libs/sudachi-*.jar
127127
- name: 'Publish SPI jar to maven central'
128128
uses: eskatos/gradle-command-action@v2
129-
if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/remotes/origin/develop')
129+
if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/heads/develop')
130130
with:
131131
arguments: -PengineVersion=${{ matrix.es-version }} --info publishToSonatype closeAndReleaseSonatypeStagingRepository
132132
env:

0 commit comments

Comments
 (0)