Fix CI snapshot build (#4572)

This commit is contained in:
Mateusz Rzeszutek 2021-11-02 22:25:30 +01:00 committed by GitHub
parent 24f01c6b5c
commit 2aaf4cd961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ jobs:
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
run: ./gradlew snapshot
run: ./gradlew assemble publishToSonatype
- name: Build and publish gradle plugin snapshots
env: