Skip to content

Commit

Permalink
Remove publishing tasks for Scala module (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr authored May 17, 2023
1 parent 1c89b41 commit 18ec7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish final version
uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=${{ inputs.version }} publishToSonatype closeSonatypeStagingRepository -x:kotlin-loom:publishToSonatype -x:kotlin-loom:closeSonatypeStagingRepository -x:xef-scala:publishToSonatype -x:xef-scala:closeSonatypeStagingRepository
arguments: -Pversion=${{ inputs.version }} publishToSonatype closeSonatypeStagingRepository -x:kotlin-loom:publishToSonatype -x:kotlin-loom:closeSonatypeStagingRepository

publish-modules-with-loom:
timeout-minutes: 30
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
- name: Publish final version
uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=${{ inputs.version }} :kotlin-loom:publishToSonatype :kotlin-loom:closeSonatypeStagingRepository :xef-scala:publishToSonatype :xef-scala:closeSonatypeStagingRepository
arguments: -Pversion=${{ inputs.version }} :kotlin-loom:publishToSonatype :kotlin-loom:closeSonatypeStagingRepository
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Publish final version
uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=0.0.1-SNAPSHOT publishToSonatype -x:kotlin-loom:publishToSonatype -x:xef-scala:publishToSonatype
arguments: -Pversion=0.0.1-SNAPSHOT publishToSonatype -x:kotlin-loom:publishToSonatype

publish-modules-with-loom:
timeout-minutes: 30
Expand Down Expand Up @@ -72,4 +72,4 @@ jobs:
- name: Publish final version
uses: gradle/gradle-build-action@v2
with:
arguments: -Pversion=0.0.1-SNAPSHOT :kotlin-loom:publishToSonatype :xef-scala:publishToSonatype
arguments: -Pversion=0.0.1-SNAPSHOT :kotlin-loom:publishToSonatype

0 comments on commit 18ec7f2

Please sign in to comment.