Skip to content

Commit

Permalink
fix: Workflow indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Apr 8, 2024
1 parent 4e97597 commit 27fbe1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
fail-fast: false

name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true

name: Build Release
run: make release-all
run: make release-all

name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 27fbe1f

Please sign in to comment.