Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -41,11 +41,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit the previous update
|
- name: Commit the previous update
|
||||||
uses: actions-js/push@v1.3
|
uses: actions-js/push@v1.3
|
||||||
if: ${{ inputs.draft_version == 'false' }}
|
if: ${{ github.event.action }} == 'opened'
|
||||||
with:
|
with:
|
||||||
github_token: ${{secrets.GITHUB_TOKEN}}
|
github_token: ${{secrets.GITHUB_TOKEN}}
|
||||||
author_name: Moderlab
|
author_name: Moderlab
|
||||||
author_email: a.vaillant.moderlab@gmail.com
|
author_email: a.vaillant@moderlab.com
|
||||||
message: '[Bot] Bump to ${{ inputs.num_version }} version.'
|
message: '[Bot] Bump to ${{ inputs.num_version }} version.'
|
||||||
branch: develop
|
branch: develop
|
||||||
force: true
|
force: true
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
init-release-data:
|
init-release-data:
|
||||||
name: Initialize all data about the package
|
name: Initialize all data about the package
|
||||||
uses: Moderlab-Production/BlenderTemplate/.github/workflows/initialyse_data.yml@main
|
uses: Moderlab-Production/BlenderTemplate/.github/workflows/initialize_data.yml@main
|
||||||
|
|
||||||
prepare-first-release:
|
prepare-first-release:
|
||||||
name: Make the pre-release
|
name: Make the pre-release
|
||||||
|
|||||||
Reference in New Issue
Block a user