Skip to content

Commit d4ad272

Browse files
authored
Merge pull request #18 from datarootsio/feature/ci-cd-pipeline
Quote fix
2 parents 341b8bb + cf1f766 commit d4ad272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@master
2626
- name: Unshallow
2727
run: git fetch --prune --unshallow --tags
28-
- name: Find Tag
28+
- name: 'Find Tag'
2929
id: get_latest_tag
3030
uses: jimschubert/query-tag-action@v1
3131
with:

0 commit comments

Comments
 (0)