Skip to content

Commit 5648a99

Browse files
committed
chore: fixed linting error on .github/workflows/build-and-deploy.yml
1 parent 712f828 commit 5648a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Get the version
1717
id: get_version
18-
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
18+
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
1919

2020
- name: Validate Semver
2121
id: semver

0 commit comments

Comments
 (0)