Skip to content

Commit

Permalink
Update version and added sign task
Browse files Browse the repository at this point in the history
  • Loading branch information
lclc98 committed Dec 3, 2021
1 parent 92aa406 commit 0d72608
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 @@ -37,7 +37,7 @@ jobs:

- name: Release Build
if: startsWith(github.ref, 'refs/tags/v')
run: ./gradlew publishToSonatype closeAndReleaseStagingRepository
run: ./gradlew sign publishToSonatype closeAndReleaseStagingRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_version=1.2.2
project_version=1.2.3
group=com.diluv.schoomp
archivesBaseName=Schoomp
vendor=Diluv

0 comments on commit 0d72608

Please sign in to comment.