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 6, 2024
1 parent 223f733 commit 7c0dc79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_maven_central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
run: |
echo "$GPG_PRIVATE_KEY" | base64 -d > kutil/sec.pem
echo "signing.keyId=ED76201E" >> ./gradle.properties
echo "signing.password=${MAVEN_GPG_PASSPHRASE}" >> ./gradle.properties
echo "signing.password=${GPG_PASSPHRASE}" >> ./gradle.properties
echo "signing.secretKeyRingFile=sec.pem" >> ./gradle.properties
cat /home/runner/work/kutil-java/kutil-java/kutil/sec.pem
- name: Publish package
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 7c0dc79

Please sign in to comment.