Skip to content

Commit

Permalink
Merge pull request #63 from nils-a/bugfix/GH-56
Browse files Browse the repository at this point in the history
(#56) Backport the fix for #58 to 1.x
  • Loading branch information
nils-a authored Jul 29, 2024
2 parents 9312c94 + 259390d commit edf58e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "feature/**"
- "release/**"
- "hotfix/**"
- "support/**"
tags:
- "*"
paths-ignore:
Expand Down
4 changes: 4 additions & 0 deletions Source/Cake.Chocolatey.Module/ChocolateyModule.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
using System;

using Cake.Core.Annotations;
using Cake.Core.Composition;
using Cake.Core.Packaging;

using JetBrains.Annotations;

[assembly: CakeModule(typeof(Cake.Chocolatey.Module.ChocolateyModule))]

namespace Cake.Chocolatey.Module
{
/// <summary>
Expand Down

0 comments on commit edf58e4

Please sign in to comment.