Skip to content

Commit

Permalink
Fix typo in the package cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Mar 6, 2024
1 parent e6543b9 commit cd0cf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remove-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
clean:
runs-on: ubuntu-latest
steps:
- name: "Clean Old Deveel.Pipeline Nuget Packages"
- name: "Clean Old Deveel.Pipelines Nuget Packages"
uses: actions/delete-package-versions@v4
with:
package-name: 'Deveel.Pipeline'
package-name: 'Deveel.Pipelines'
package-type: 'nuget'
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"
Expand Down

0 comments on commit cd0cf07

Please sign in to comment.