Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 773f011

Browse files
ci: add reset and pull step to release workflow
1 parent a24754f commit 773f011

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
- name: Add changes
5151
run: git add .
5252

53+
- name: Reset and pull
54+
run: git reset --hard && git pull
55+
5356
- name: Commit
5457
uses: dsanders11/github-app-commit-action@v1
5558
with:

0 commit comments

Comments
 (0)