Skip to content

Update CI, README, and project assets #1

Update CI, README, and project assets

Update CI, README, and project assets #1

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
include-prerelease: true
- name: Build
run: dotnet build src/NugetPublisher/NugetPublisher.csproj -c Release