Skip to content

Commit

Permalink
chore: fix append-to-file.ts script in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danguilherme committed Apr 24, 2024
1 parent dfe2a8d commit 3dd8eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "yarn add @spread-ai/studio-essentials@$NEW_RELEASE_VERSION" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
yarn exec ts-node-esm build/append-to-file.ts $GITHUB_STEP_SUMMARY <<"END_OF_CONTENT"
yarn exec ts-node build/append-to-file.ts $GITHUB_STEP_SUMMARY <<"END_OF_CONTENT"
${{ steps.release.outputs.new_release_notes }}
END_OF_CONTENT
- name: ∅ No new package published
Expand Down

0 comments on commit 3dd8eef

Please sign in to comment.