Browse Source

Update release-branch.yml

formatting
Matthew R Kasun 2 năm trước cách đây
mục cha
commit
8717ef2791
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .github/workflows/release-branch.yml

+ 3 - 3
.github/workflows/release-branch.yml

@@ -9,9 +9,9 @@ on:
   workflow_dispatch:
     inputs:
       version:
-        descripton: "netmaker version"
+        description: "netmaker version"
         required: true
-
+jobs:
   release-branch:
     runs-on: ubuntu-latest
     steps:
@@ -32,4 +32,4 @@ on:
           git switch -c release_${{ github.event.inputs.version }}
           git tag -f ${{ github.event.inputs.version }}
           git push origin --tags release_${{ github.event.inputs.version }}
-  
+