Skip to content

Netcore SDK Publish #24

Netcore SDK Publish

Netcore SDK Publish #24

name: Netcore SDK Publish
on:
workflow_run:
workflows: ["Netcore SDK Build"]
branches:
- main
types:
- completed
jobs:
publish-nuget:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish to NuGet
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: trolley/trolley.csproj
VERSION_REGEX: '^\s*<Version>(.*)<\/Version>\s*$'
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}