Skip to content

Commit

Permalink
chore: update publish conditions of repos (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Apr 29, 2022
1 parent 29368bd commit 3444af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
name: Publish to Sonatype
runs-on: ubuntu-20.04
if: "startsWith(github.event.head_commit.message, 'chore: release v')"
if: "startsWith(github.event.head_commit.message, 'chore: release')"
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release:
name: Publish
runs-on: ubuntu-20.04
if: "startsWith(github.event.head_commit.message, 'chore: release v')"
if: "startsWith(github.event.head_commit.message, 'chore: release')"
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3444af0

Please sign in to comment.