Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

Commit 53f0f3e

Browse files
committed
Fix # Set path for Dev Hub auth file
1 parent 01c4037 commit 53f0f3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ if [ ! "$STAGE" == "" ]; then
113113

114114
else
115115

116+
# Set path for Dev Hub auth file
117+
devHubAuthFile=$BUILD_DIR/$vendorDir/sfdxurl
116118
auth "$devHubAuthFile" "$SFDX_DEV_HUB_AUTH_URL" d huborg
117119

118120
log "Calling $pkgVersionInstallScript"

0 commit comments

Comments
 (0)