Small fixe with the default CI

This commit is contained in:
Aurelien Vaillant
2022-01-28 18:12:02 +01:00
parent 42eb875621
commit 36f9c92aef
3 changed files with 10 additions and 3 deletions
+7 -1
View File
@@ -38,4 +38,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
tag: 'v${{ steps.semantic_setup.outputs.version }}'
tag: 'v${{ steps.semantic_setup.outputs.version }}'
pull-request-ci:
name: Start all pull request CI jobs
needs:
- create-release
uses: Moderlab-Production/BlenderObjectType/.github/workflows/pr_main.yml@develop