Skip to content

Commit a42cd56

Browse files
author
Jeremy D. Young
committed
DEVHUB-65 - Removing specified profile
1 parent 03ebc11 commit a42cd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
GPG_PASSPHRASE: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
5050
run: |
5151
echo "Starting SDK Release - version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"
52-
mvn deploy --settings $GITHUB_WORKSPACE/settings.xml -B -U -P release -DskipTests=true
52+
mvn deploy --settings $GITHUB_WORKSPACE/settings.xml -B -U -DskipTests=true
5353
echo "SDK Released"

0 commit comments

Comments
 (0)