Do not throw exception here if maxLength is 0 #157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Snapshot | |
on: | |
push: | |
branches: | |
- '3.0' | |
jobs: | |
deploy: | |
uses: CloudburstMC/Protocol/.github/workflows/[email protected] | |
with: | |
deploy-url: "https://repo.opencollab.dev/maven-snapshots/" | |
secrets: | |
DEPLOY_USERNAME: ${{ secrets.OPENCOLLAB_USERNAME }} | |
DEPLOY_PASSWORD: ${{ secrets.OPENCOLLAB_PASSWORD }} | |
PGP_SECRET: ${{ secrets.MAVEN_CENTRAL_SECRET }} | |
PGP_PASSPHRASE: ${{ secrets.MAVEN_CENTRAL_PASSPHRASE }} |