Skip to content

Commit

Permalink
Merge pull request #9 from AdamKobus/develop
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
AdamKobus authored Feb 6, 2022
2 parents ecc2e38 + 41043f5 commit 3c649f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [released]

env:
MAVEN_SNAPSHOT: false

jobs:
publish:
name: Publish release build
Expand All @@ -30,8 +33,6 @@ jobs:

- name: Publish to MavenCentral
run: ./gradlew publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
env:
MAVEN_SNAPSHOT: false

- name: Clean up secrets
if: always()
Expand Down

0 comments on commit 3c649f9

Please sign in to comment.