Skip to content

Commit

Permalink
Split again
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 19, 2023
1 parent 4254cb6 commit 4bfea80
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/delete-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ jobs:
- kerberos-plugins-darwin-arm64
- kerberos-plugins-win32-x64
- kerberos-plugins-darwin-x64
steps:
- uses: actions/delete-package-versions@v4
with:
owner: hackolade
package-name: ${{ matrix.packages }}
package-type: npm
min-versions-to-keep: 0
token: ${{ secrets.GH_PACKAGES_TOKEN }}

cleanup-npm-native-dependencies2:
runs-on: ubuntu-latest
strategy:
matrix:
packages2:
- keytar-darwin-x64
- keytar-linux-x64
Expand Down

0 comments on commit 4bfea80

Please sign in to comment.