Skip to content

temp snapshots

temp snapshots #15

name: Release Snapshots

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release-snapshots.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: delete_old_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 }}
call-full-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'full'
call-integration-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'integration'
call-broker-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'broker'
call-headless-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'headless'