Skip to content

Release snapshot of next-fabric8-version branch each day at midnight #217

Release snapshot of next-fabric8-version branch each day at midnight

Release snapshot of next-fabric8-version branch each day at midnight #217

name: Release snapshot of next-fabric8-version branch each day at midnight
on:
schedule:
- cron: '0 0 * * *'
jobs:
build-for-latest-quarkus-version:
uses: ./.github/workflows/build-for-quarkus-version.yml

Check failure on line 9 in .github/workflows/release-snapshot-nightly-next-fabric8-version.yml

View workflow run for this annotation

GitHub Actions / Release snapshot of next-fabric8-version branch each day at midnight

Invalid workflow file

The workflow is not valid. .github/workflows/release-snapshot-nightly-next-fabric8-version.yml (Line: 9, Col: 11): Input branch is required, but not provided while calling.
with:
quarkus-pr: 42335
java-version: 21
native-modules: "integration-tests,samples"
profiles: "use-snapshots,override-fkc"
mvnArgs: "-Dfkc.version=7.0-SNAPSHOT -Ddefault=false"
release-snapshot:
uses: ./.github/workflows/release-snapshot.yml
with:
branch: "next-fabric8-version"
version: "999.F8-SNAPSHOT"
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}