Skip to content

Commit

Permalink
fix: duplicated package reference through shared targets file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Jan 3, 2024
1 parent 34a1149 commit 5348b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
options:
- "DisCatSharp"
- "DisCatSharp.Attributes"
- "DisCatSharp.Tools"
# - "DisCatSharp.Tools" # This does not work currently


env:
Expand Down
3 changes: 0 additions & 3 deletions DisCatSharp.Targets/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@
<SentryUploadSources>true</SentryUploadSources>
<UseSentryCLI>true</UseSentryCLI>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 5348b81

Please sign in to comment.