1.9.0-SNAPSHOT

This commit is contained in:
Jason Penilla 2022-12-13 12:45:14 -07:00 committed by Jason
parent c69c313a23
commit 9e257ce365
4 changed files with 16 additions and 16 deletions

View file

@ -46,7 +46,7 @@ jobs:
echo "STATUS=release" >> $GITHUB_ENV
fi
- name: Publish Snapshot
if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.8.0-dev' }}"
if: "${{ env.STATUS != 'release' && github.event_name == 'push' && github.ref == 'refs/heads/1.9.0-dev' }}"
run: ./gradlew publish
env:
ORG_GRADLE_PROJECT_sonatypeUsername: "${{ secrets.SONATYPE_USERNAME }}"