[#71] Fix environment for snapshot deployment

This commit is contained in:
Carter Jernigan 2022-06-15 06:25:53 -04:00 committed by GitHub
parent 8ca01777c8
commit 5f347aa088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
deploy_snapshot:
if: needs.check_secrets.outputs.has-secrets == 'true'
needs: [validate_gradle_wrapper, check_secrets]
environment: deployment
runs-on: ubuntu-latest
permissions:
contents: read