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 32826e5 commit 6c24943Copy full SHA for 6c24943
.github/workflows/publish_nuget.yaml
@@ -35,11 +35,11 @@ jobs:
35
PACKAGE_NAME: Bicep.LocalDeploy
36
PROJECT_FILE_PATH: src/Bicep.LocalDeploy/Bicep.LocalDeploy.csproj
37
VERSION_FILE_PATH: Nuget/Build.Library.props
38
- TAG_COMMIT: false
+ TAG_COMMIT: true
39
- name: Publish Bicep.LocalDeploy.DocGenerator dotnet tool on version change
40
uses: alirezanet/[email protected]
41
with:
42
PACKAGE_NAME: Bicep.LocalDeploy.DocGenerator
43
PROJECT_FILE_PATH: src/Bicep.LocalDeploy.DocGenerator/Bicep.LocalDeploy.DocGenerator.csproj
44
VERSION_FILE_PATH: Nuget/Build.DocGenerator.props
45
- TAG_COMMIT: false # TODO: change to true after first release
0 commit comments