Skip to content

Enable CI/CD on tag push #1

Enable CI/CD on tag push

Enable CI/CD on tag push #1

Workflow file for this run

name: CI/CD
on:
push:
pull_request:
jobs:
build:
uses: Kysect/.github/.github/workflows/dotnet-releaser.yaml@master
with:
dotnet-version: '8.0'
install-dotnet-aspire: true
secrets:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}