We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e88fb commit 85b0105Copy full SHA for 85b0105
.github/workflows/publish-release.yml
@@ -23,10 +23,5 @@ jobs:
23
run: ./bin/decrypt-secrets
24
env:
25
GITHUB_SECRET_PASSPHRASE: ${{ secrets.SECRETS_TAR_PASSPHRASE }}
26
- - name: Download release assets
27
- uses: RadiusNetworks/fetch-release-asset-action@v1
28
- id: downloadassets
29
- with:
30
- token: ${{ secrets.GITHUB_API_TOKEN }}
31
- name: Publish to MavenCentral
32
run: ./gradlew :publishReleasePublicationToSonaTypeRepository :closeAndReleaseRepository
0 commit comments