Skip to content

Commit

Permalink
Merge pull request #222 from akunzai/fix-publish
Browse files Browse the repository at this point in the history
Fix the broken publish workflow
  • Loading branch information
akunzai authored Jan 21, 2025
2 parents 430e022 + 28de11c commit f0d584f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up .NET SDK
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit f0d584f

Please sign in to comment.