Skip to content

Commit 994dc2d

Browse files
committed
Fix typo
1 parent 1c21eac commit 994dc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit"
116116
117117
# Push changes to remote, force with lease for safety
118-
git push --force-with-lease origin $BRANCH_NAME || exit 1
118+
git push --set-upstream origin $BRANCH_NAME || exit 1
119119
120120
- name: 🔀 Create Pull Request
121121
if: steps.check_changes.outputs.changes == 'true'

0 commit comments

Comments
 (0)