We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be549ce commit 57b8bf4Copy full SHA for 57b8bf4
1 file changed
.github/workflows/release-github.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Patch package.json monorepo deps to tarball URLs
81
env:
82
OLD_VER: "workspace:*"
83
- TAG: "v1.0.0-alpha.20"
+ TAG: "1.0.0-alpha.20"
84
BASE_URL: "https://github.com/nachooya/react-native-harness/releases/download"
85
SCOPE: "@react-native-harness/"
86
run: |
0 commit comments