Skip to content

Commit

Permalink
chore: fix CI and bump to v0.1.1 (#1158)
Browse files Browse the repository at this point in the history
* chore: fix summary on main

* chore: bump to v0.1.1-alpha
  • Loading branch information
jonathanpwang authored Jan 2, 2025
1 parent 1425c1d commit 91e65ee
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
cp ${TMP_DIR}/*.md ${BENCHMARK_RESULTS_PATH}/
git add ${BENCHMARK_RESULTS_PATH}
if [[ "${{ github.event_name }}" == "push" ]]; then
cp /tmp/benchmark-results/summary.md index.md
cp ${TMP_DIR}/summary.md index.md
git add index.md
fi
git commit --allow-empty -m "Update benchmark results at ${{ env.CURRENT_SHA }}"
Expand Down
Loading

0 comments on commit 91e65ee

Please sign in to comment.