We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712f828 commit 5648a99Copy full SHA for 5648a99
1 file changed
.github/workflows/build-and-deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Get the version
17
id: get_version
18
- run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
+ run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> "$GITHUB_OUTPUT"
19
20
- name: Validate Semver
21
id: semver
0 commit comments