Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 25, 2023
1 parent d41d1dd commit f87f22b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/delete-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,5 @@ jobs:
owner: hackolade
package-name: ${{ matrix.packages }}
package-type: npm
min-versions-to-keep: 1
token: ${{ secrets.GH_PACKAGES_TOKEN }}

cleanup-npm-native-dependencies2:
runs-on: ubuntu-latest
needs: cleanup-npm-native-dependencies
strategy:
matrix:
packages2:
- keytar-darwin-x64
- keytar-linux-x64
- keytar-darwin-arm64
- keytar-win32-x64
- mongodb-client-encryption
- mongodb-client-encryption-darwin-arm64
- mongodb-client-encryption-win32-x64
- mongodb-client-encryption-darwin-x64
- mongodb-client-encryption-linux-x64
- watcher
- watcher-linux-arm64-glibc
- watcher-darwin-arm64
- watcher-linux-x64-glibc
- watcher-darwin-x64
- watcher-win32-x64
steps:
- uses: actions/delete-package-versions@v4
with:
owner: hackolade
package-name: ${{ matrix.packages2 }}
package-type: npm
min-versions-to-keep: 0
token: ${{ secrets.GH_PACKAGES_TOKEN }}

0 comments on commit f87f22b

Please sign in to comment.