Skip to content

Commit

Permalink
chore: try to publish the gradle plugin to maven central as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeSVx committed Apr 5, 2021
1 parent 64ee9d9 commit 36484c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Publish package
run: |
./gradlew assemble publishToMavenLocal publish -PorchidEnvironment=prod -Prelease -Pversion=$PROJECT_VERSION
./gradlew publishPlugins -b buildSrc/orchidPlugin/build.gradle.kts -PorchidEnvironment=prod -Prelease -Pversion=$PROJECT_VERSION
./gradlew publish -b buildSrc/orchidPlugin/build.gradle.kts -PorchidEnvironment=prod -Prelease -Pversion=$PROJECT_VERSION
env:
MAVEN_USERNAME: ${{secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit 36484c2

Please sign in to comment.