Skip to content

Commit be549ce

Browse files
committed
chore: github release workflow: fix package deps
1 parent b9b34bc commit be549ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
? pkgName.slice(SCOPE.length)
113113
: pkgName;
114114
115-
return `${BASE_URL}/${TAG}/react-native-harness-${monorepoPackage}-${OLD_VER}.tgz`;
115+
return `${BASE_URL}/${TAG}/react-native-harness-${monorepoPackage}-${TAG}.tgz`;
116116
}
117117
118118
const files = findPackageJson(process.cwd());

0 commit comments

Comments
 (0)