We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55920e commit 0622b87Copy full SHA for 0622b87
.github/workflows/major-version-updater.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/[email protected]
21
with:
22
fetch-tags: true
23
+ ref: ${ TAG_NAME }
24
- name: version
25
id: version
26
run: |
0 commit comments