Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 28, 2020
1 parent 5a0b34c commit 64631da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: 📤 Checkout the repository
uses: actions/checkout@main

- name 🥅 Install .Net 5
- name: 🥅 Install .Net 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.100' # SDK Version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- dev
pull_request:
branches:
- '*'

jobs:
Expand Down

0 comments on commit 64631da

Please sign in to comment.