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

Commit

Permalink
chore: remove 'Close and release' step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Sep 25, 2023
1 parent b8fa96a commit 4b39a64
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,6 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PublishToMaven: ${{ github.ref == 'refs/heads/main' }}

- name: Close and release
if: steps.publish_release.outputs.exit_code == 0
run: ./gradlew closeAndReleaseRepository --stacktrace
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MVN_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MVN_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.MVN_SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.MVN_SIGNING_KEY_ID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.MVN_SIGNING_KEY_PASSWORD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PublishToMaven: ${{ github.ref == 'refs/heads/main' }}

- name: Archive Nyx state file
uses: actions/upload-artifact@v3
if: ${{ always() }}
Expand Down

0 comments on commit 4b39a64

Please sign in to comment.