Parcourir la source

Add release_type input to GitHub Actions workflow

jimsterino98 il y a 5 mois
Parent
commit
747d3ae555
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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