We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d46e2e commit 20888e2Copy full SHA for 20888e2
.github/workflows/release.yml
@@ -102,7 +102,6 @@ jobs:
102
git tag -a "release/${next_version}" -m "tagged version ${next_version}"
103
export GPG_TTY=$TTY
104
mkdir -p ./cli/target/
105
- mv ./natives/* ./cli/target/
106
mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107
env:
108
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments