We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff2882 commit 3b179a1Copy full SHA for 3b179a1
.github/workflows/build.yml
@@ -126,7 +126,7 @@ jobs:
126
spi/build/libs/sudachi-*.jar
127
- name: 'Publish SPI jar to maven central'
128
uses: eskatos/gradle-command-action@v2
129
- if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/remotes/origin/develop')
+ if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/heads/develop')
130
with:
131
arguments: -PengineVersion=${{ matrix.es-version }} --info publishToSonatype closeAndReleaseSonatypeStagingRepository
132
env:
0 commit comments