Skip to content

Commit 57b8bf4

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

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
@@ -80,7 +80,7 @@ jobs:
8080
- name: Patch package.json monorepo deps to tarball URLs
8181
env:
8282
OLD_VER: "workspace:*"
83-
TAG: "v1.0.0-alpha.20"
83+
TAG: "1.0.0-alpha.20"
8484
BASE_URL: "https://github.com/nachooya/react-native-harness/releases/download"
8585
SCOPE: "@react-native-harness/"
8686
run: |

0 commit comments

Comments
 (0)