Skip to content

Commit d9ab60c

Browse files
committed
build: correcting GPG signature
1 parent cf69501 commit d9ab60c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
gpg-passphrase: MAVEN_GPG_PASSPHRASE
5656

5757
- name: Build with Maven
58-
run: |
59-
export GPG_TTY=$(tty)
58+
run: |
6059
export CURRENT_VERSION="${{ steps.release_version.outputs.version }}"
6160
export NEW_VERSION="$( echo ${CURRENT_VERSION} | sed 's/^v//')"
6261
mvn versions:set -DnewVersion=$NEW_VERSION

0 commit comments

Comments
 (0)