Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Nov 17, 2023
1 parent 6d21eb0 commit b5761ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: createNupkg
run: |
nuget pack .nuget\SourceGrid.nuspec -Version
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.$($env:GitVersion_MajorMinor)".nupkg"
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.$($env:GitVersion_MajorMinor).nupkg"
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -138,9 +138,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v2.0.0
tag_name: v$($env:GitVersion_MajorMinor)
#tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v2.0.0
release_name: Release v$($env:GitVersion_MajorMinor)
body: |
${{ github.event.head_commit.message }}
draft: true
Expand Down

0 comments on commit b5761ef

Please sign in to comment.