We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bce38 commit c50622cCopy full SHA for c50622c
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
id: checkout
61
uses: actions/checkout@v4
62
with:
63
- fetch-depth: 0
+ fetch-tags: 'true'
64
65
# Get the version and update the tags to use in the release
66
- name: Tag Commit
0 commit comments