Skip to content

Commit dcba240

Browse files
committed
Update gpg key dir try again
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
1 parent 3ac4714 commit dcba240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
sudo bash -c 'echo -n "$GPG_PUBLIC_KEY" > ./public-key'
137137
sudo bash -c 'echo -n "$GPG_PRIVATE_KEY" > ./private-key'
138138
sudo bash -c 'echo -n "$MAVEN_SETTINGS" > /root/.m2/settings.xml'
139-
./infra/scripts/publish-java-sdk.sh --revision ${VERSION_WITHOUT_PREFIX} --gpg-key-import-dir .
139+
./infra/scripts/publish-java-sdk.sh --revision ${VERSION_WITHOUT_PREFIX} --gpg-key-import-dir `pwd`
140140
141141
publish-helm-charts:
142142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)