Skip to content

Commit f3d3b9f

Browse files
authored
Update release.yaml to not create PR
1 parent 8fea5c0 commit f3d3b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
# Push
4444
if [ "$NO_UPDATES" != "true" ] ; then
4545
git push origin "$branch"
46-
gh pr create --title "$message" --body "$message"
47-
fi
46+
# gh pr create --title "$message" --body "$message"
47+
fi

0 commit comments

Comments
 (0)