Skip to content

Commit 90f0330

Browse files
ci: pull after committing using GitHub API (#87)
1 parent 5cea933 commit 90f0330

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
@@ -62,6 +62,9 @@ jobs:
6262
message: ${{ steps.extract-version.outputs.VERSION }}
6363
token: ${{ steps.app-token.outputs.token }}
6464

65+
- name: Reset and pull
66+
run: git reset --hard && git pull
67+
6568
- name: Tag
6669
uses: bruno-fs/repo-tagger@1.0.0
6770
with:

0 commit comments

Comments
 (0)