We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732f76f commit a45482aCopy full SHA for a45482a
.github/workflows/update_version.yml
@@ -21,6 +21,8 @@ jobs:
21
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
with:
23
ref: develop
24
+ fetch-depth: 0
25
+ fetch-tags: true
26
27
- name: Get version
28
id: get_version
0 commit comments