Skip to content

Commit

Permalink
Update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechOsak committed Feb 26, 2024
1 parent d026159 commit a2941e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
arguments: calendar:build

- name: Publish Library
run: |
Expand Down
2 changes: 1 addition & 1 deletion calendar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

mavenPublishing {
// coordinates("io.github.wojciechosak", "calendar", "0.0.3")
coordinates("io.github.wojciechosak", "calendar")
pom {
name.set("KMP Calendar")
description.set("Kotlin Compose Multiplatform UI library that simplifies usage of calendar views")
Expand Down

0 comments on commit a2941e7

Please sign in to comment.