Skip to content

Commit

Permalink
Remove redundant Gradle publish steps (#196)
Browse files Browse the repository at this point in the history
Removed duplicate steps that publish libraries from GitHub workflows `publish-release.yml` and `publish-snapshot.yml.disabled`. This cleanup ensures that only the necessary steps for publishing to TBE are executed, simplifying the workflows.
  • Loading branch information
fscarponi authored Nov 8, 2024
1 parent ee16c02 commit 503f2e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
java-version: '17'
distribution: 'zulu'
- uses: gradle/gradle-build-action@v3
- name: Publish libraries
run: ./gradlew publishAllPublicationsToSpaceRepository
- name: Publish release plugin to TBE
env:
KMP: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-snapshot.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
distribution: 'zulu'
cache: gradle
- uses: gradle/gradle-build-action@v2
- name: Publish libraries
run: ./gradlew publishAllPublicationsToSpaceRepository
- name: Publish plugin snapshot to TBE
run: ./gradlew :plugin:publishSnapshotPluginToTBE

0 comments on commit 503f2e8

Please sign in to comment.