Skip to content

Commit c327a20

Browse files
ci: pull after committing using GitHub API (#143)
1 parent 08f9b8f commit c327a20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
message: ${{ steps.extract-version.outputs.VERSION }}
6060
token: ${{ steps.app-token.outputs.token }}
6161

62+
- name: Reset and pull
63+
run: git reset --hard && git pull
64+
6265
- name: Tag
6366
uses: bruno-fs/[email protected]
6467
with:

0 commit comments

Comments
 (0)