Skip to content

Commit 2d4ef8e

Browse files
authored
Merge pull request #2676 from slashpai/fix-versions
chore: fix version update workflow
2 parents 4e3c2f7 + 056e415 commit 2d4ef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
{
3838
echo "new_changelogs<<EOF"
3939
scripts/get-new-changelogs.sh
40-
echo "EOF"
40+
echo EOF
4141
} >> "$GITHUB_OUTPUT"
4242
if: matrix.branch == 'main'
4343
- name: Update jsonnet dependencies

0 commit comments

Comments
 (0)