Skip to content

Commit

Permalink
Update ci-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-rampas authored Aug 13, 2023
1 parent b825b27 commit db47187
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,21 @@ jobs:
gist-filename: code-coverage.json
gist-id: 240a53fad3b4d85a4f79ab772e84cb6a
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}


- name: Publish NuGet on package version change
id: publish_nuget
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Bi5.Net/Bi5.Net.csproj
PACKAGE_NAME: Bi5.Net
VERSION_FILE_PATH: Bi5.Net/Bi5.Net.csproj
VERSION_REGEX: ^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$
TAG_COMMIT: true
TAG_FORMAT: v*
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
INCLUDE_SYMBOLS: false
NO_BUILD: false

code_quality:
runs-on: ubuntu-latest # or macos-latest, windows-latest
Expand Down

0 comments on commit db47187

Please sign in to comment.