Skip to content

Commit

Permalink
Update release.yml [no nightly]
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jan 28, 2024
1 parent f17d08b commit c22b03f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ on:
- '*'

permissions:
deployments: write
contents: write

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ImportSecrets = [nameof(NuGetApiKey)])]
[GitHubActions("release", GitHubActionsImage.UbuntuLatest, AutoGenerate = true,
OnPushTags = ["*"],
WritePermissions = [GitHubActionsPermissions.Deployments, GitHubActionsPermissions.Contents],
WritePermissions = [GitHubActionsPermissions.Contents],
InvokedTargets = [nameof(PublishRelease)],
ImportSecrets = [nameof(NuGetApiKey)])]
partial class Build : NukeBuild {
Expand Down

0 comments on commit c22b03f

Please sign in to comment.