File tree 2 files changed +2
-2
lines changed
algoliasearch-client-java-2/.github/workflows
algoliasearch-client-javascript/.github/workflows 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
release :
10
10
name : Publish to Sonatype
11
11
runs-on : ubuntu-20.04
12
- if : " startsWith(github.event.head_commit.message, 'chore: release v ')"
12
+ if : " startsWith(github.event.head_commit.message, 'chore: release')"
13
13
env :
14
14
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
15
15
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Original file line number Diff line number Diff line change 9
9
release :
10
10
name : Publish
11
11
runs-on : ubuntu-20.04
12
- if : " startsWith(github.event.head_commit.message, 'chore: release v ')"
12
+ if : " startsWith(github.event.head_commit.message, 'chore: release')"
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
with :
You can’t perform that action at this time.
0 commit comments