Skip to content

feat: test feature

feat: test feature #14

name: Release version endpoint workflow
on:
push:
branches:
- main
- release/**
paths:
- Zupit.VersionEndpoint/**
workflow_dispatch:
jobs:
release-common:
uses: ./.github/workflows/release-common.yml

Check failure on line 14 in .github/workflows/release-version-endpoint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-version-endpoint.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-version-endpoint.yml" -> "./.github/workflows/release-common.yml" (source branch with sha:d6a3e7b25a596b1ec61b143488703a31902c122a) --> "./.github/workflows/publish-new-version.yml" : failed to fetch workflow: workflow was not found.
with:
DOTNET_IMAGE: 'mcr.microsoft.com/dotnet/sdk:8.0.101-alpine3.18-amd64'
WORKING_DIRECTORY: Zupit.VersionEndpoint
PROJECT: Zupit.VersionEndpoint
secrets: inherit