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 09e9255 commit 07f6e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: |
echo "$GPG_PRIVATE_KEY" > secret.key
echo "$GPG_PRIVATE_KEY" > kutil/secret.key
echo "signing.keyId=1F9BC20BED76201E" >> ./gradle.properties
echo "signing.password=$MAVEN_GPG_PASSPHRASE" >> ./gradle.properties
echo "signing.secretKeyRingFile=secret.key" >> ./gradle.properties
Expand Down

0 comments on commit 07f6e73

Please sign in to comment.