We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f51327e + ffe3f96 commit f74fa9fCopy full SHA for f74fa9f
1 file changed
.github/workflows/publish.yml
@@ -621,7 +621,7 @@ jobs:
621
continue-on-error: true
622
623
check-snapshot:
624
- name: Check: main branch / SNAPSHOT
+ name: "Check: main branch / SNAPSHOT"
625
needs: [report]
626
runs-on: ubuntu-latest
627
if: >-
@@ -632,7 +632,7 @@ jobs:
632
run: echo "Confirmed on snapshot ref ${{ github.ref }}"
633
634
check-tag:
635
- name: Check: v* tag
+ name: "Check: v* tag"
636
637
638
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments