We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7548cde commit e24a69cCopy full SHA for e24a69c
1 file changed
.github/workflows/typescript-node-release.yml
@@ -106,10 +106,8 @@ jobs:
106
echo "Not tagging as latest (major not increased)"
107
fi
108
109
- printf "%b" "$REFS" >> $GITHUB_ENV
110
-
111
echo "image_references<<EOF" >> $GITHUB_OUTPUT
112
- printf "%b" "$REFS" >> $GITHUB_OUTPUT
+ printf "%s\n" "$REFS" >> $GITHUB_OUTPUT
113
echo "EOF" >> $GITHUB_OUTPUT
114
115
- name: Build & Push image to registries
0 commit comments