Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Remove deploy to GitHub packages from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rout authored Apr 12, 2022
1 parent c2226df commit c11f127
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
name: maven-release
path: ~/.m2/repository

- name: Deploy to GitHub packages
run: ./gradlew uploadArchives --no-parallel
env:
SONATYPE_NEXUS_USERNAME: ${{ github.repository_owner }}
SONATYPE_NEXUS_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
# - name: Deploy to GitHub packages
# run: ./gradlew uploadArchives --no-parallel
# env:
# SONATYPE_NEXUS_USERNAME: ${{ github.repository_owner }}
# SONATYPE_NEXUS_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c11f127

Please sign in to comment.