Always update release, but check if it's needed to make a new release

This commit is contained in:
Aurelien Vaillant
2022-02-02 10:13:43 +01:00
parent 348bb38ead
commit e98c0a9f89
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,6 @@ jobs:
prepare-first-release:
name: Make the pre-release
needs: init-release-data
if: ${{ github.event.action == 'opened' }}
uses: Moderlab-Production/BlenderTemplate/.github/workflows/generate_release.yml@main
with:
bump_version: ${{ needs.init-release-data.outputs.version_type }}
@@ -28,6 +27,7 @@ jobs:
name: Generate archive package
needs:
- init-release-data
- prepare-first-release
- unit-test
uses: Moderlab-Production/BlenderTemplate/.github/workflows/package.yml@main
with: