Skip to content

Commit

Permalink
Fix regex (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Dec 5, 2023
1 parent 6ffef56 commit 327cbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
min-versions-to-keep: 25

# Ignore versions only containing version numbers
ignore-versions: '^\\d*\\.\\d*\\.\\d*(-SNAPSHOT)?$'
ignore-versions: '^\d*\.\d*\.\d*(-SNAPSHOT)?$'

0 comments on commit 327cbb8

Please sign in to comment.