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 8d48488 commit 4ff2882Copy full SHA for 4ff2882
.github/workflows/build.yml
@@ -28,6 +28,7 @@ jobs:
28
- 'os:2.6.0'
29
env:
30
mainJob: ${{ matrix.es-version == 'es:8.8.1' }}
31
+ githubRef: ${{ github.ref }}
32
continue-on-error: true
33
steps:
34
- uses: actions/checkout@v3
@@ -125,7 +126,7 @@ jobs:
125
126
spi/build/libs/sudachi-*.jar
127
- name: 'Publish SPI jar to maven central'
128
uses: eskatos/gradle-command-action@v2
- if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/branch/develop')
129
+ if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/remotes/origin/develop')
130
with:
131
arguments: -PengineVersion=${{ matrix.es-version }} --info publishToSonatype closeAndReleaseSonatypeStagingRepository
132
0 commit comments