Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Jun 5, 2024
1 parent c1f8b40 commit 8da91f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
path: Source/Plugin.LocalNotification/bin/Release/

- name: Push generated package to GitHub registry
run: dotnet nuget push "**/*.nupkg" --source "GitHub" --skip-duplicate
run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.Elvin_Package_Registry }} --source "GitHub" --skip-duplicate

Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
namespace Plugin.LocalNotification.iOSOption
{
/// <summary>
///
/// </summary>
public enum iOSActionIconType
{
/// <summary>
Expand Down

0 comments on commit 8da91f9

Please sign in to comment.