Skip to content

Commit

Permalink
Merge pull request #16 from shipkit/sf
Browse files Browse the repository at this point in the history
Enabled GH releases
  • Loading branch information
mockitoguy authored Feb 27, 2021
2 parents 010c73d + 27308f2 commit 7d0b053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
&& github.repository == 'shipkit/shipkit-demo'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')

run: ./gradlew publishToSonatype closeAndReleaseStagingRepository --scan
run: ./gradlew githubRelease publishToSonatype closeAndReleaseStagingRepository --scan
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONATYPE_USER: ${{secrets.SONATYPE_USER}}
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.18.*
version=0.19.*

0 comments on commit 7d0b053

Please sign in to comment.