Skip to content

Commit

Permalink
🆙 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Nov 25, 2023
1 parent c8dd26a commit f37a4ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Publish Library
run: |
echo "Publishing and Releasing library 🚀"
./gradlew publish
./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
echo "Published and Released ✅"
env:
ORG_GRADLE_PROJECT_VERSION_NAME: ${{ github.event.inputs.versionName }}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#Gradle
org.gradle.jvmargs=-Xmx5g -Dfile.encoding=UTF-8
org.gradle.caching=true
org.gradle.configuration-cache=false
org.gradle.unsafe.configuration-cache-problems=warn

#Kotlin
Expand All @@ -18,8 +17,9 @@ android.useAndroidX=true
android.nonTransitiveRClass=true

#Sonatype
SONATYPE_HOST=DEFAULT
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
SONATYPE_AUTOMATIC_RELEASE=true

GROUP=io.github.theapache64
POM_ARTIFACT_ID=rebugger
Expand Down

0 comments on commit f37a4ca

Please sign in to comment.