Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Nov 26, 2023
1 parent a356df5 commit 6fea62e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -28,7 +28,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Build and Publish
run: ./gradlew build publish --no-daemon -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD -PLAVALNIK_MAVEN_USERNAME=$LAVALNIK_MAVEN_USERNAME -PLAVALNIK_MAVEN_PASSWORD=$LAVALNIK_MAVEN_PASSWORD
run: ./gradlew build publish --no-daemon -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD -PLAVALINK_MAVEN_USERNAME=$LAVALNIK_MAVEN_USERNAME -PLAVALINK_MAVEN_PASSWORD=$LAVALNIK_MAVEN_PASSWORD

- name: Upload main Artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ subprojects {

publishing {
repositories {
println(name)
if (isMavenDefined) {
System.out.println("Publishing to Maven Repo")

Expand Down

0 comments on commit 6fea62e

Please sign in to comment.