diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8e1abce..b97f411 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -1,4 +1,4 @@ -# Publishes onixbyte-tuple to Maven Central when a version tag is pushed to main. +# Publishes onixbyte-identity-generator to Maven Central when a version tag is pushed to main. # # Supported tag format: ..[-suffix] (e.g. 3.3.1, 3.3.1-alpha) @@ -45,13 +45,12 @@ jobs: uses: crazy-max/ghaction-import-gpg@v6.3.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} trust_level: 5 - name: Creating PGP Ring Key run: | mkdir -p ~/.gnupg - echo ${{ secrets.GPG_PASSPHRASE }} | gpg --batch --yes --pinentry-mode loopback --passphrase-fd 0 --export-secret-keys -o ~/.gnupg/gpg_key.ring + gpg --batch --yes --export-secret-keys -o ~/.gnupg/gpg_key.ring - name: Restore gradle.properties env: diff --git a/build.gradle.kts b/build.gradle.kts index 2aeae2c..dd7116d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -87,8 +87,8 @@ publishing { } scm { - connection = "scm:git:git://github.com:OnixByte/JDevKit.git" - developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git" + connection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" + developerConnection = "scm:git:git://github.com:onixbyte/onixbyte-toolbox.git" url = projectGithubUrl }