Skip to content

Commit

Permalink
CICD last attempt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Nov 22, 2021
1 parent 435b218 commit c506b9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
PACKAGE_NAME: Orleans.SyncWork
VERSION_FILE_PATH: src/Orleans.SyncWork/Orleans.SyncWork.csproj
VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
#VERSION_FILE_PATH: src/Orleans.SyncWork/Orleans.SyncWork.csproj
#VERSION_REGEX: ^\s*<Version>(.*)<\/Version>\s*$
VERSION_STATIC: 1.0.0
INCLUDE_SYMBOLS: true

0 comments on commit c506b9b

Please sign in to comment.