Skip to content

Release Snapshots

Release Snapshots #24

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
run: echo "hello"
call-integration-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'integration'
call-headless-release-jars:
needs: delete_old_snapshots
uses: ./.github/workflows/release-jars.yml
secrets: inherit
with:
module: 'headless'