We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d756902 + d7499d3 commit b5ba09aCopy full SHA for b5ba09a
1 file changed
.github/workflows/build-plugin.yml
@@ -31,7 +31,7 @@ jobs:
31
id: get_version
32
run: |
33
version=$(grep '^yampVersion=' gradle.properties | cut -d'=' -f2)
34
- echo "version=$version" >> $GITHUB_OUTPUT
+ echo "version=$version" >> "$GITHUB_OUTPUT"
35
36
- name: Rename plugin artifact
37
0 commit comments