Skip to content

Commit

Permalink
chore: fix github action release workflow publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Mar 20, 2023
1 parent 27f5f35 commit e83682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
echo "New version: ${NEW_VERSION}"
./gradlew -Pversion=${NEW_VERSION} publish --stacktrace -p
./gradlew -Pversion=${NEW_VERSION} publish --stacktrace
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
Expand Down

0 comments on commit e83682a

Please sign in to comment.