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 17, 2023
1 parent 03799f9 commit e1716ee
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 @@ -51,7 +51,7 @@ jobs:
$sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "*"
$outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "sourcegrid"
New-Item -ItemType Directory -Force -Path $outFolder
$fileName = "sourcegrid-1.0.0.zip"
$fileName = "sourcegrid-1.0.1.zip"
Write-Host "Filename: '$fileName'"
Write-Host "sourceFolder: '$sourceFolder'"
Write-Host "Outfolder: '$outFolder'"
Expand All @@ -70,8 +70,8 @@ jobs:
- name: Create Nuget Packages
id: createNupkg
run: |
nuget pack SourceGrid.nuspec -Version 1.0.0
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.1.0.0.nupkg"
nuget pack SourceGrid.nuspec -Version 1.0.1
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.1.0.1.nupkg"
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -106,9 +106,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
tag_name: v1.0.1
#tag_name: ${{ needs.build.outputs.semver }}
release_name: Release v1.0.0
release_name: Release v1.0.1
body: |
${{ github.event.head_commit.message }}
draft: true
Expand Down

0 comments on commit e1716ee

Please sign in to comment.