Skip to content

Commit

Permalink
test add cache clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
OKendigelyan committed Nov 22, 2024
1 parent f96d738 commit c06f7bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,15 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
run: pnpm run electron:package:mac

cleanup-cache:
runs-on: ubuntu-latest
needs: [create-release-linux, create-release-mac]
steps:
- name: Check out the code
uses: actions/checkout@v4

- name: Cleanup cache
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh cache delete turbo-${{ github.sha }}

0 comments on commit c06f7bd

Please sign in to comment.