Skip to content

Release 0.0.5

Release 0.0.5 #580

name: CI
on:
push:
branches-ignore:
- "dependabot/**"
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger
jobs:
build:
name: Build
uses: spring-io/spring-security-release-tools/.github/workflows/build.yml@v1
strategy:
matrix:
os: [ ubuntu-latest ]
jdk: [ 17 ]
with:
runs-on: ${{ matrix.os }}
java-version: ${{ matrix.jdk }}
distribution: temurin
secrets: inherit
deploy-artifacts:
name: Deploy Artifacts
needs: [ build ]
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@1

Check failure on line 27 in .github/workflows/continuous-integration-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-integration-workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/continuous-integration-workflow.yml" -> "spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
secrets: inherit