Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMangorage committed May 13, 2024
1 parent 77ce037 commit 11aba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.USERNAME }} # Reference the secret
MAVEN_PASSWORD: ${{ secrets.PASSWORD }} # Reference the secret
run: ./gradlew publishMangobotPublicationToMavenRepository -DskipTests
run: ./gradlew publish -DskipTests
regen:
runs-on: ubuntu-latest
needs: publish
Expand Down

0 comments on commit 11aba1a

Please sign in to comment.