Skip to content

Rename yml to yaml

Rename yml to yaml #1

Workflow file for this run

name: CD
on:
push:
branches: [ main ]
paths:
- 'VERSION'
tags-ignore:
- '**'
jobs:
release:
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v1

Check failure on line 13 in .github/workflows/cd.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cd.yaml" -> "jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v1" : failed to fetch workflow: workflow was not found.
with:
files: build/Hi
secrets: inherit
docs_publish:
needs:
- release
uses: jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v1
with:
semvertag: ${{ needs.release.outputs.semvertag }}
secrets: inherit