Skip to content

Commit

Permalink
Remove the maven repo push because it is already happening
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Nov 9, 2024
1 parent a9efd19 commit d774b92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-publish-release-jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ jobs:
with:
arguments: publishAllPublicationsToTypewriterReleasesRepository -PTypewriterReleasesUsername=${{ secrets.MAVEN_USERNAME }} -PTypewriterReleasesPassword=${{ secrets.MAVEN_PASSWORD }} --scan
build-root-directory: ./extensions
- name: Publish Module-Plugin to Beta Maven Repository
uses: gradle/gradle-build-action@v2
with:
arguments: publishAllPublicationsToTypewriterReleasesRepository -PTypewriterReleasesUsername=${{ secrets.MAVEN_USERNAME }} -PTypewriterReleasesPassword=${{ secrets.MAVEN_PASSWORD }} --scan
build-root-directory: ./module-plugin
# ----------------------------------------------------------------------------------------------------

0 comments on commit d774b92

Please sign in to comment.