Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 authored Sep 27, 2024
1 parent affc448 commit 891c688
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,64 @@ on:
required: true

jobs:
delete_old_snapshots:

runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:

- name: Delete packages
uses: smartsquaregmbh/[email protected]
with:
organization: assimbly
type: maven
token: ${{ secrets.MAVEN_TOKEN }}
keep: 0
semver-pattern: "${{inputs.milestone}}"
names: |
org.assimbly.oauth2token
org.assimbly.replace
org.assimbly.xmltocsv
org.assimbly.pdftotext
org.assimbly.xmltojson
org.assimbly.googledrive
org.assimbly.multipart
org.assimbly.smb
org.assimbly.formtoxml
org.assimbly.simplereplace
org.assimbly.pdf
org.assimbly.sql
org.assimbly.sandbox
org.assimbly.xmltoexcel
org.assimbly.mail
org.assimbly.soap
org.assimbly.tenantvariables
org.assimbly.oriflame
org.assimbly.docconverter
org.assimbly.csvtoxml
org.assimbly.amazon
org.assimbly.edifactcommon
org.assimbly.auth
org.assimbly.exceltoxml
org.assimbly.edifact
org.assimbly.cookies
org.assimbly.encoder
org.assimbly.enrich
org.assimbly.aggregate
org.assimbly.edifactdotweb
org.assimbly.edi
org.assimbly.smooksnoxml
org.assimbly.flv
org.assimbly.edifactstandards
org.assimbly.jsontoxmllegacy
org.assimbly.xmltojsonlegacy
org.assimbly.custom-components
release-jars:
# needs: delete_old_snapshots
needs: delete_old_snapshots
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 891c688

Please sign in to comment.