Skip to content

Commit 8086241

Browse files
committed
version 0.0.8
1 parent aa09484 commit 8086241

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 #v4.2.2
1919
- run: |
2020
./gradlew librarianPublishToMavenCentral
21-
gh release create $GITHUB_REF_NAME --title $GITHUB_REF_NAME --verify-tag --notes-from-tag
2221
env:
2322
LIBRARIAN_SONATYPE_PASSWORD: ${{ secrets.CENTRAL_PORTAL_PASSWORD }}
2423
LIBRARIAN_SONATYPE_USERNAME: ${{ secrets.CENTRAL_PORTAL_USERNAME }}

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.gradleup.librarian
8-
pom.version=0.0.8-SNAPSHOT
8+
pom.version=0.0.8
99
pom.description=Librarian
1010
pom.vcsUrl=https://github.com/gradleup/librarian
1111
pom.developer=GradleUp authors

0 commit comments

Comments
 (0)