Skip to content

Release Snapshots

Release Snapshots #7

name: Release Snapshots
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
delete_old_snapshots:
runs-on: ubuntu-latest
env:
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Delete older snapshots
uses: smartsquaregmbh/[email protected]
with:
organization: assimbly
type: maven
keep: 0
version-pattern: "^\\S+\\-SNAPSHOT$"
names: |
org.assimbly.gateway.gateway-full
org.assimbly.gateway.gateway-headless
org.assimbly.gateway.gateway-integration
org.assimbly.gateway.gateway-broker
call-release-jars:
uses: ./.github/workflows/release-jars.yml

Check failure on line 33 in .github/workflows/release-snapshots.yml

View workflow run for this annotation

GitHub Actions / Release Snapshots

Invalid workflow file

The workflow is not valid. In .github/workflows/release-snapshots.yml (Line: 33, Col: 11): Error from called workflow assimbly/gateway/.github/workflows/release-jars.yml@3f5dba84bae7f6e9a68ad5839894cfb3828cd8c7 (Line: 10, Col: 15): Unexpected value 'choice' assimbly/gateway/.github/workflows/release-jars.yml@3f5dba84bae7f6e9a68ad5839894cfb3828cd8c7 (Line: 11, Col: 9): Unexpected value 'options'
secrets: inherit