Skip to content

Added support for specifying open API file as well as URL #18

Added support for specifying open API file as well as URL

Added support for specifying open API file as well as URL #18

Workflow file for this run

name: Tag CI
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
build-pack-push:
name: Build, Pack, Push
uses: n3oltd/actions/.github/workflows/dotnet-build-pack-push.yml@main
with:
run-tests: false
run-pack: true
secrets:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}