Skip to content

feat: add first pipeline #10

feat: add first pipeline

feat: add first pipeline #10

name: Release version endpoint workflow
on:
push:
branches:
- main
- release/**
paths:
- Zupit.DotNet/VersionEndpoint/**
workflow_dispatch:
jobs:
release-version-endpoint:
uses: ./.github/workflows/release-common.yml
with:
DOTNET_IMAGE: 'mcr.microsoft.com/dotnet/sdk:7.0'
WORKING_DIRECTORY: Zupit.DotNet
PROJECT: 'VersionEndpoint/Zupit.VersionEndpoint'
TEST_PROJECT: 'VersionEndpoint/Zupit.VersionEndpoint.Tests'
secrets: inherit