Browse Source

Add release_type input to GitHub Actions workflow

jimsterino98 5 months ago
parent
commit
747d3ae555
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -103,6 +103,7 @@ jobs:
       droidspace: ${{ inputs.droidspace }}
       logs: ${{ inputs.logs }}
       ntsync: ${{ inputs.ntsync }}
+      release_type: ${{ inputs.release_type }}
 
   release:
     runs-on: ubuntu-latest