Skip to content

Commit 0622b87

Browse files
committed
fix: checkout ref to ensure tag is there
Based on actions/checkout#1467 (comment) Signed-off-by: jmeridth <[email protected]>
1 parent b55920e commit 0622b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/major-version-updater.yml

+1
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)