Skip to content

Commit

Permalink
add action-timeline on release
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed Nov 2, 2024
1 parent 49c5eac commit 93d640e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ jobs:
releaseDraft: true
prerelease: false
args: --target aarch64-apple-darwin

action-timeline:
needs:
- release
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2

0 comments on commit 93d640e

Please sign in to comment.