Explorar el Código

Add release_type input to GitHub Actions workflow

jimsterino98 hace 5 meses
padre
commit
747d3ae555
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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