Skip to content

Commit d7499d3

Browse files
committed
push to releases on pr merge
1 parent f6314cf commit d7499d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: get_version
3232
run: |
3333
version=$(grep '^yampVersion=' gradle.properties | cut -d'=' -f2)
34-
echo "version=$version" >> $GITHUB_OUTPUT
34+
echo "version=$version" >> "$GITHUB_OUTPUT"
3535
3636
- name: Rename plugin artifact
3737
run: |

0 commit comments

Comments
 (0)