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