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

Commit 09d35bc

Browse files
ci: fix release workflow
1 parent d1803a0 commit 09d35bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ jobs:
5252
- name: Add changes
5353
run: git add .
5454

55-
- name: Reset and pull
56-
run: git reset --hard && git pull
57-
5855
- name: Commit
5956
uses: dsanders11/github-app-commit-action@v1
6057
with:
6158
message: ${{ steps.extract-version.outputs.VERSION }}
6259
token: ${{ steps.app-token.outputs.token }}
6360

61+
- name: Reset and pull
62+
run: git reset --hard && git pull
63+
6464
- name: Tag
6565
uses: bruno-fs/repo-tagger@1.0.0
6666
with:

0 commit comments

Comments
 (0)