Skip to content

ci(publish): bump version to 3.0.0-SNAPSHOT, publish snapshots on pus… #79

ci(publish): bump version to 3.0.0-SNAPSHOT, publish snapshots on pus…

ci(publish): bump version to 3.0.0-SNAPSHOT, publish snapshots on pus… #79

Workflow file for this run

name: CI build and push
on:
push:
branches:
- main
- v[0-9]+
- v[0-9]+.[0-9]+
- cryostat-v[0-9]+.[0-9]+
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- run: mvn -B -U clean verify
publish-snapshot:
uses: ./.github/workflows/maven-central-release.yml

Check failure on line 22 in .github/workflows/push-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push-ci.yml" -> "./.github/workflows/maven-central-release.yml" (source branch with sha:cbd91fb0d3e0759ffb9505dbc05c7db36ee16d84) : workflow is not reusable as it is missing a `on.workflow_call` trigger
if: github.repository_owner == 'cryostatio'