Skip to content

Commit

Permalink
Merge pull request #20 from siemens/prasenjeetnath-patch-3
Browse files Browse the repository at this point in the history
updated main.yml
  • Loading branch information
prasenjeetnath authored Nov 23, 2023
2 parents 522381e + 1767f28 commit 6c3c492
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: gitversion
run: |
echo "SemVer: v$($env:GitVersion_SemVer)"
Write-Host "::set-output name=semver::v$($env:GitVersion_SemVer)"
Write-Host "::set-output name=semver::v$($env:GitVersion_MajorMinorPatch)"
$fileName = "dummy-v$($env:GitVersion_SemVer)"
echo "SemVerMMP: v$($env:GitVersion_MajorMinorPatch)"
Write-Host "Filename: '$fileName'"
Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v$($env:GitVersion_MajorMinorPatch)
#tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v$($env:GitVersion_MajorMinorPatch)
#tag_name: v$($env:GitVersion_MajorMinorPatch)
tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v${{ needs.build.outputs.semver }}
body: |
${{ github.event.head_commit.message }}
draft: true
Expand Down
2 changes: 1 addition & 1 deletion .nuget/SourceGrid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>siemens.sourcegrid</id>
<version>v2.0.0</version>
<version>2.0.0</version>
<title>SourceGrid</title>
<authors>Siemens AG</authors>
<owners>SourceGrid contributors</owners>
Expand Down

0 comments on commit 6c3c492

Please sign in to comment.