We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1137298 commit 41d904aCopy full SHA for 41d904a
1 file changed
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
shell: bash
47
run: |
48
git fetch --force --tags
49
+ git remote set-head origin --auto
50
git checkout "${GITHUB_REF_NAME}"
51
52
- name: Build Specs
0 commit comments