ci: pull after committing using GitHub API (#67)

This commit is contained in:
Daniëlle Huisman 2025-05-12 19:32:44 +02:00 committed by GitHub
parent 00d7071559
commit ab04a9355f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: