Skip to content

Commit

Permalink
ci: disabled snapshot release by default
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed May 28, 2024
1 parent 6687513 commit 68d500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# Publish the release to Maven
- name: Publish package to Maven
run: ./gradlew publish
run: ./gradlew publish -PisSnapshot=false
env:
MAVEN_USERNAME: ${{ secrets.OSSR_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSR_TOKEN }}
Expand Down

0 comments on commit 68d500c

Please sign in to comment.