Skip to content

Commit 6c24943

Browse files
committed
Tag commits
1 parent 32826e5 commit 6c24943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
PACKAGE_NAME: Bicep.LocalDeploy
3636
PROJECT_FILE_PATH: src/Bicep.LocalDeploy/Bicep.LocalDeploy.csproj
3737
VERSION_FILE_PATH: Nuget/Build.Library.props
38-
TAG_COMMIT: false
38+
TAG_COMMIT: true
3939
- name: Publish Bicep.LocalDeploy.DocGenerator dotnet tool on version change
4040
uses: alirezanet/[email protected]
4141
with:
4242
PACKAGE_NAME: Bicep.LocalDeploy.DocGenerator
4343
PROJECT_FILE_PATH: src/Bicep.LocalDeploy.DocGenerator/Bicep.LocalDeploy.DocGenerator.csproj
4444
VERSION_FILE_PATH: Nuget/Build.DocGenerator.props
45-
TAG_COMMIT: false # TODO: change to true after first release
45+
TAG_COMMIT: true

0 commit comments

Comments
 (0)