Skip to content

Commit

Permalink
feat(actions): auto sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 15, 2024
1 parent d963779 commit 595c917
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DisCatSharp.Targets/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
<ContinuousIntegrationBuild>false</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup
Condition="'$(Configuration)' == 'Release' And '$(GITHUB_ACTIONS)' == 'true' And '$(SENTRY_AUTH_TOKEN)' != ''">
Condition="'$(GITHUB_ACTIONS)' == 'true' And '$(SENTRY_AUTH_TOKEN)' != ''">
<SentryOrg>aitsys</SentryOrg>
<SentryProject>discatsharp</SentryProject>
<SentryUploadSymbols>true</SentryUploadSymbols>
<SentryUploadSources>true</SentryUploadSources>
<UseSentryCLI>true</UseSentryCLI>
<SentryCreateRelease>true</SentryCreateRelease>
<SentrySetCommits>true</SentrySetCommits>
</PropertyGroup>
</Project>

0 comments on commit 595c917

Please sign in to comment.