Skip to content

Commit

Permalink
feat: remove Markdown file combination step from release_data workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 22, 2025
1 parent 6dcceed commit e0523d3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
run: |
pixi run snake
# - name: Combine Markdown files
# run: |
# # Combine all Markdown files into one with a newline after each file's content
# combined_file="results/combined_summary.md"
# find results -name "*_summary.md" -exec sh -c 'cat {} && echo ""' \; > "$combined_file"
# echo "Combined Markdown written to $combined_file"
# cat "$combined_file"

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -60,5 +52,3 @@ jobs:
./results/*.tar.gz
body_path: results/combined_summary.md
make_latest: true
# body: |
# $(cat results/combined_summary.md)

0 comments on commit e0523d3

Please sign in to comment.