Skip to content

Merge pull request #5 from ptixed/dependabot/nuget/Ptixed.Sql/System.… #18

Merge pull request #5 from ptixed/dependabot/nuget/Ptixed.Sql/System.…

Merge pull request #5 from ptixed/dependabot/nuget/Ptixed.Sql/System.… #18

Workflow file for this run

name: publish to nuget
on:
push:
branches:
- master
jobs:
publish:
name: build, pack & publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: publish on version change
id: publish_nuget
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Ptixed.Sql/Ptixed.Sql.csproj
PACKAGE_NAME: Ptixed.Sql
VERSION_FILE_PATH: Ptixed.Sql/Ptixed.Sql.csproj
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
# VERSION_STATIC: 1.0.0
TAG_COMMIT: true
TAG_FORMAT: v*
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
INCLUDE_SYMBOLS: false