There was an error while loading. Please reload this page.
1 parent cf69501 commit d9ab60cCopy full SHA for d9ab60c
1 file changed
.github/workflows/ci-master.yml
@@ -55,8 +55,7 @@ jobs:
55
gpg-passphrase: MAVEN_GPG_PASSPHRASE
56
57
- name: Build with Maven
58
- run: |
59
- export GPG_TTY=$(tty)
+ run: |
60
export CURRENT_VERSION="${{ steps.release_version.outputs.version }}"
61
export NEW_VERSION="$( echo ${CURRENT_VERSION} | sed 's/^v//')"
62
mvn versions:set -DnewVersion=$NEW_VERSION
0 commit comments