Skip to content

Commit

Permalink
publish develop branch to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Jun 26, 2023
1 parent 4ff2882 commit 3b179a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
spi/build/libs/sudachi-*.jar
- name: 'Publish SPI jar to maven central'
uses: eskatos/gradle-command-action@v2
if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/remotes/origin/develop')
if: env.mainJob == 'true' && success() && startsWith(github.ref, 'refs/heads/develop')
with:
arguments: -PengineVersion=${{ matrix.es-version }} --info publishToSonatype closeAndReleaseSonatypeStagingRepository
env:
Expand Down

0 comments on commit 3b179a1

Please sign in to comment.