Skip to content

Commit cd5af3e

Browse files
authored
chore: Release 0.0.1rc0 (take 4) (#70)
1 parent 3d78ecd commit cd5af3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish_preflight_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ readonly CHANGELOG=`${CURRENT_DIR}/generate_changelog.sh`
165165
echo "$CHANGELOG"
166166

167167
# Parse and preformat the text to handle multi-line output.
168-
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
168+
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string
169169
FILTERED_CHANGELOG=`echo "$CHANGELOG" | grep -v "\\[INFO\\]"`
170170
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
171171
echo "changelog=<<$EOF" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)