Update the setup PR

This commit is contained in:
2022-05-30 21:47:30 +02:00
parent efdbd8fc11
commit bc32af501b
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -24,6 +24,8 @@ jobs:
echo "::set-output name=type::patch"
fi
- uses: actions/checkout@main
- name: Create new Semantic Version
uses: zwaldowski/semver-release-action@v2
id: new_semantic_setup
@@ -33,5 +35,12 @@ jobs:
dry_run: true
prefix: v
- name: Make the github release
uses: ncipollo/release-action@v1.10.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
tag: ${{ steps.new_semantic_setup.outputs.version_tag }}
unit-test:
uses: Moderlab-Production/BlenderTemplate/.github/workflows/unit_test.yml@main