Skip to content

Commit 20888e2

Browse files
authored
Update release.yml: trying to fix release build
1 parent 1d46e2e commit 20888e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
git tag -a "release/${next_version}" -m "tagged version ${next_version}"
103103
export GPG_TTY=$TTY
104104
mkdir -p ./cli/target/
105-
mv ./natives/* ./cli/target/
106105
mvn --settings .mvn/settings.xml -B -ntp deploy -Pdeploy -Dgpg.pin.entry.mode=loopback -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
107106
env:
108107
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)