Browse Source

formatting

Matthew R. Kasun 3 years ago
parent
commit
7c9a50b1c5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/buildandrelease.yml

+ 2 - 2
.github/workflows/buildandrelease.yml

@@ -13,8 +13,8 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - name: Get Version Number
-      run: |
+      - name: Get Version Number
+        run: |
           if [[ -n "${{ github.event.inputs.version }}" ]]; then
             NETMAKER_VERSION=${{ github.event.inputs.version }}
           else