Skip to content

Merge pull request #223 from ApocalypsjeNL/3.0 #177

Merge pull request #223 from ApocalypsjeNL/3.0

Merge pull request #223 from ApocalypsjeNL/3.0 #177

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 }}