Skip to content

Commit 531b38a

Browse files
committed
ci: amend the release-plz so it doesn't close and create one
1 parent 02e99fc commit 531b38a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
5151
gh pr checkout $pr_number
5252
git add .
53-
git commit -m "Update package.json"
54-
git push
53+
git commit --amend --no-edit
54+
git push --force-with-lease
5555
fi

0 commit comments

Comments
 (0)