Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast authored Nov 29, 2024
1 parent 4aefb8f commit a3ae171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
id: create_nuget_package
shell: pwsh
run: |
nuget pack nuget/MimeKit.nuspec -Version "$env:LATEST_VERSION.$env:BUILD_NUMBER"
nuget pack HtmlKit.nuspec -Version "$env:LATEST_VERSION.$env:BUILD_NUMBER"
env:
LATEST_VERSION: ${{ steps.semantic_version.outputs.version_num }}
BUILD_NUMBER: ${{ github.run_number }}
Expand Down

0 comments on commit a3ae171

Please sign in to comment.