Skip to content

Commit

Permalink
add delete steps again
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 8, 2023
1 parent 850518e commit dff45f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
steps:

- name: Delete older snapshots
uses: smartsquaregmbh/[email protected]
with:
organization: assimbly
type: maven
keep: 0
version-pattern: "^\\S+\\-SNAPSHOT$"
names: |
org.assimbly.gateway.full
org.assimbly.gateway.headless
org.assimbly.gateway.integration
org.assimbly.gateway.broker
call-full-release-docker-image:
needs: delete_old_snapshots
Expand Down

0 comments on commit dff45f0

Please sign in to comment.