Skip to content

Commit c8c412f

Browse files
committed
fix install workflow repository context
1 parent eae033e commit c8c412f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install_script_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
which dbdeployer
4343
dbdeployer --version
4444
INSTALLED_VERSION=$(dbdeployer --version | awk '{print $NF}')
45-
EXPECTED_VERSION=$(gh release view --json tagName --jq '.tagName' | sed 's/^v//')
45+
EXPECTED_VERSION=$(gh release view --repo ProxySQL/dbdeployer --json tagName --jq '.tagName' | sed 's/^v//')
4646
echo "Installed: $INSTALLED_VERSION"
4747
echo "Expected: $EXPECTED_VERSION"
4848
[ "$INSTALLED_VERSION" = "$EXPECTED_VERSION" ] || {

0 commit comments

Comments
 (0)