We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a44d18 commit cf1f766Copy full SHA for cf1f766
.github/workflows/build-and-release.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@master
26
- name: Unshallow
27
run: git fetch --prune --unshallow --tags
28
- - name: Find Tag
+ - name: 'Find Tag'
29
id: get_latest_tag
30
uses: jimschubert/query-tag-action@v1
31
with:
0 commit comments