Skip to content

Commit

Permalink
Merge pull request #38 from WildernessLabs/v1.12.8
Browse files Browse the repository at this point in the history
Release 1.12.8
  • Loading branch information
jorgedevs authored Jul 12, 2024
2 parents b305fbb + 170443f commit b3626c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Main Build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]

Expand All @@ -17,7 +18,6 @@ jobs:
uses: actions/checkout@v3
with:
path: Maple
ref: main

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion Source/Web.Maple.Server/Web.Maple.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<None Include="..\icon.png" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Meadow.Logging" Version="1.12.0" />
<PackageReference Include="Meadow.Logging" Version="1.12.8" />
</ItemGroup>
</Project>

0 comments on commit b3626c8

Please sign in to comment.