We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f9b8f commit c327a20Copy full SHA for c327a20
1 file changed
.github/workflows/release.yml
@@ -59,6 +59,9 @@ jobs:
59
message: ${{ steps.extract-version.outputs.VERSION }}
60
token: ${{ steps.app-token.outputs.token }}
61
62
+ - name: Reset and pull
63
+ run: git reset --hard && git pull
64
+
65
- name: Tag
66
uses: bruno-fs/repo-tagger@1.0.0
67
with:
0 commit comments