Update the github CI, set the repository has a public repo

This commit is contained in:
Aurelien Vaillant
2022-01-31 11:23:50 +01:00
parent 36f9c92aef
commit 378583e958
4 changed files with 11 additions and 11 deletions
+3 -5
View File
@@ -21,8 +21,8 @@ on:
default: 'false'
env:
APP_NAME: 'moderlab_addon'
NAME_PACKAGE: 'moderlab_addon.zip'
APP_NAME: 'moderlab_type'
NAME_PACKAGE: 'moderlab_type.zip'
PATH_RELEASE: ${{ github.workspace }}\releases
@@ -36,9 +36,7 @@ jobs:
# Update the bl info version, update the init file and push if needed
- name: Change version number in the bl info addon data
run: |
echo 'Debug this data : "${{ inputs.draft_version }}"'
python '.github/version.py' --tag=${{ inputs.num_version }} --name=${{ env.APP_NAME }}
run: python '.github/version.py' --tag=${{ inputs.num_version }} --name=${{ env.APP_NAME }}
- name: Commit the previous update
uses: actions-js/push@v1.3