Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prasenjeetnath authored Oct 19, 2023
1 parent aeb5edd commit fcc2f5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
$sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "net*"
$outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "sourcegrid"
New-Item -ItemType Directory -Force -Path $outFolder
$fileName = "sourcegrid-5.0.1.zip"
$fileName = "sourcegrid-5.0.0.zip"
Write-Host "Filename: '$fileName'"
Write-Host "sourceFolder: '$sourceFolder'"
Write-Host "Outfolder: '$outFolder'"
Expand All @@ -102,8 +102,8 @@ jobs:
- name: Create Nuget Packages
id: createNupkg
run: |
nuget pack .nuget\SourceGrid.nuspec -Version 5.0.1
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.5.0.1.nupkg"
nuget pack .nuget\SourceGrid.nuspec -Version 5.0.0
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.5.0.0.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: v5.0.1
tag_name: v5.0.0
#tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v5.0.1
release_name: Release v5.0.0
body: |
${{ github.event.head_commit.message }}
draft: true
Expand Down

0 comments on commit fcc2f5a

Please sign in to comment.