Skip to content

Commit 252d59b

Browse files
authored
Update release.yml
1 parent 711d74b commit 252d59b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
name: Create New Release
55

66
on:
7-
workflow_dispatch:
87
release:
98
types: [created]
109

@@ -19,7 +18,7 @@ jobs:
1918
node-version: 14
2019
- run: npm install -g json
2120
- run: |
22-
if [[ $(npm view react-jsonschema-form-material-ui version) != $(json -f package.json version) ]]; then
21+
if [[ $(npm view react-jsonschema-form-material-ui version) != $(json -f scripts/installer/frameworks/react/package.json version) ]]; then
2322
echo "Creating New Release"
2423
fi
2524
exit 1

0 commit comments

Comments
 (0)