aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-09-10 06:33:23 +0000
committerGitHub <noreply@github.com>2022-09-10 06:33:23 +0000
commitc289b01a86f695b111431997b896ec33533480b5 (patch)
tree2e8c7865ea83feecbdfc881b6ed4d95cbf85ea73 /.github
parentcfc019a8418daa4986216cf2e6e562d1925cb25d (diff)
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.22.0 (#2121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy_library_releases.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml
index 9fcaa7a7..4f41c48e 100644
--- a/.github/workflows/deploy_library_releases.yml
+++ b/.github/workflows/deploy_library_releases.yml
@@ -27,12 +27,3 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.NEXUS_PUBLISH_GPG_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.NEXUS_PUBLISH_GPG_KEY_PASSWORD }}
-
- - name: Close and release repository
- uses: gradle/gradle-build-action@v2.3.0
- with:
- arguments: --no-configuration-cache closeAndReleaseRepository
- gradle-home-cache-cleanup: true
- env:
- ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_PUBLISH_USERNAME }}
- ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}