Skip to content

Commit e24a69c

Browse files
committed
feat(typescript-node): updates release/nightly workflow
1 parent 7548cde commit e24a69c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/typescript-node-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ jobs:
106106
echo "Not tagging as latest (major not increased)"
107107
fi
108108
109-
printf "%b" "$REFS" >> $GITHUB_ENV
110-
111109
echo "image_references<<EOF" >> $GITHUB_OUTPUT
112-
printf "%b" "$REFS" >> $GITHUB_OUTPUT
110+
printf "%s\n" "$REFS" >> $GITHUB_OUTPUT
113111
echo "EOF" >> $GITHUB_OUTPUT
114112
115113
- name: Build & Push image to registries

0 commit comments

Comments
 (0)