Skip to content

Release version endpoint workflow #5

Release version endpoint workflow

Release version endpoint workflow #5

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