Skip to content

ci: update workflows #34

ci: update workflows

ci: update workflows #34

name: Semantic release
on:
push:
branches:
- main
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
semantic-release:
uses: GEWIS/actions/.github/workflows/semantic-release.yml@v1

Check failure on line 13 in .github/workflows/semantic-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semantic-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/semantic-release.yml" -> "GEWIS/actions/.github/workflows/semantic-release.yml@v1" : failed to fetch workflow: workflow was not found.
needs: versioning
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
projects: "['.']"
version: ${{ needs.versioning.outputs.next-version }}
docker_registry: "abc.docker-registry.gewis.nl"
docker_paths: "['eou/plankapi']"
github-registry: "true"
secrets:
REGISTRY_USERNAME: ${{ secrets.SVC_GH_ABCEOU_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SVC_GH_ABCEOU_PWD }}