Skip to content

Do not send messages to user channel if not active #16

Do not send messages to user channel if not active

Do not send messages to user channel if not active #16

name: Deploy Snapshot
on:
push:
branches:
- 'develop'
jobs:
deploy:
uses: CloudburstMC/Network/.github/workflows/deploy.yml@develop
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 }}