mirror of
https://github.com/danbulant/lucide
synced 2026-07-04 02:30:42 +00:00
ci: pull after committing using GitHub API (#67)
This commit is contained in:
parent
00d7071559
commit
ab04a9355f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -59,6 +59,9 @@ jobs:
|
|||
message: ${{ steps.extract-version.outputs.VERSION }}
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
- name: Reset and pull
|
||||
run: git reset --hard && git pull
|
||||
|
||||
- name: Tag
|
||||
uses: bruno-fs/repo-tagger@1.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue