Skip to content

Commit

Permalink
Fixing workflow file tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov committed Nov 25, 2020
1 parent 55ef912 commit 01d4b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pack_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 0
- name: Creating release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 01d4b0f

Please sign in to comment.