Skip to content

Commit

Permalink
chore: add group to gradle.properties and change step names for relea…
Browse files Browse the repository at this point in the history
…se (#36)

chore: add group to gradle.properties
  • Loading branch information
gastonfournier authored Jul 18, 2024
1 parent a01709f commit 274db09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
cache: gradle
- uses: burrunan/gradle-cache-action@v1
name: Deploy Release
name: Deploy Release to Maven central
env:
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
Expand All @@ -28,7 +28,7 @@ jobs:
with:
job-id: release
arguments: publishToSonatype closeAndReleaseSonatypeStagingRepository
- name: Create release
- name: Create Github release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true

group=io.getunleash

0 comments on commit 274db09

Please sign in to comment.