Skip to content

Commit

Permalink
Removed commit information from package publish
Browse files Browse the repository at this point in the history
The commit information was appended to the informational version, this is undesired as the value is clearly specified yet the build wanted to add it anyway.
  • Loading branch information
Andrei15193 authored Nov 29, 2023
1 parent 5283488 commit e467a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ jobs:
--output publish `
--no-build `
-property:PackageVersion='${{ github.ref_name }}' `
-property:PackageReleaseNotes="$releaseNotes" `
-property:RepositoryCommit='${{ github.sha }}'
-property:PackageReleaseNotes="$releaseNotes"
- name: Upload CodeMap NuGet Package to Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit e467a2e

Please sign in to comment.