Skip to content

Commit

Permalink
Remove comments in nuget.yml (#3359)
Browse files Browse the repository at this point in the history
* Fixed Typo in `nuget.yml`

* reverted for path
  • Loading branch information
cschuchardt88 authored Jul 1, 2024
1 parent 07fb5ce commit ae998ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
dotnet pack ./neo.sln \
--configuration Release \
--output ./sbin \
--verbosity normal \ # Normal verbosity level
-p:VersionPrefix=${{ env.APP_VERSION }} # Set the version prefix from tag_name
--verbosity normal \
-p:VersionPrefix=${{ env.APP_VERSION }}
- name: Publish to NuGet.org
run: |
Expand Down

0 comments on commit ae998ee

Please sign in to comment.