Skip to content

Merge branch 'main' of github.com:capdiem/BemIt #10

Merge branch 'main' of github.com:capdiem/BemIt

Merge branch 'main' of github.com:capdiem/BemIt #10

Workflow file for this run

name: Publish to Nuget
on:
push:
branches:
- main
jobs:
publish:
name: build, pack & publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Publish NuGet 2
uses: Rebel028/[email protected]
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: BemIt/BemIt.csproj
# API key to authenticate with NuGet server
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}