Skip to content

Commit c70b26c

Browse files
authored
Merge pull request #306 from github/jm_checkout_ref
fix: checkout ref to ensure tag is there
2 parents b55920e + 0622b87 commit c70b26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/major-version-updater.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121
with:
2222
fetch-tags: true
23+
ref: ${ TAG_NAME }
2324
- name: version
2425
id: version
2526
run: |

0 commit comments

Comments
 (0)