We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131e58d commit 8bca2adCopy full SHA for 8bca2ad
.github/workflows/dotnet-core.yml
@@ -48,4 +48,5 @@ jobs:
48
# Filepath of the project to be packaged, relative to root of repository
49
PROJECT_FILE_PATH: src/QAToolKit.Source.Swagger/QAToolKit.Source.Swagger.csproj
50
VERSION_FILE_PATH: Directory.Build.props
51
- #NUGET_KEY: ${{secrets.NUGET_API_KEY}}
+ NUGET_KEY: ${{secrets.NUGET_API_KEY}}
52
+ TAG_COMMIT: true
0 commit comments