Skip to content

Commit

Permalink
release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawa01 committed Jan 5, 2024
1 parent b5f7962 commit 64f257f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: |
echo "$GPG_PRIVATE_KEY" | base64 -d > kutil/secret.key
echo "$GPG_PRIVATE_KEY" | base64 -d > kutil/sec.pem
echo "signing.keyId=1F9BC20BED76201E" >> ./gradle.properties
echo "signing.password=$MAVEN_GPG_PASSPHRASE" >> ./gradle.properties
echo "signing.secretKeyRingFile=secret.key" >> ./gradle.properties
pwd kutil/secret.key
echo "signing.secretKeyRingFile=sec.pem" >> ./gradle.properties
- name: Publish package
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 64f257f

Please sign in to comment.