From 5a5dfcd8be70cae8cbf24f711c1e33ab42898e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Mon, 11 Jul 2022 21:29:50 +0200 Subject: [PATCH] fix --- .github/workflows/github-action-release_for_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-action-release_for_template.yml b/.github/workflows/github-action-release_for_template.yml index 34ae019..d6d3d3a 100644 --- a/.github/workflows/github-action-release_for_template.yml +++ b/.github/workflows/github-action-release_for_template.yml @@ -5,11 +5,11 @@ on: - release env: - PROJECT_NAME: template-library + PROJECT_NAME: template-ax2tia SCOPE: simatic-ax ACTIONS_REPO: simatic-ax/actions ACTIONS_LOCAL: ./actions - VERSIONING_TOOL_REPO: simatic-ax/template-ax2tia + VERSIONING_TOOL_REPO: simatic-ax/simatic_versioning jobs: versioning: name: "Bump the version of the package according to the conventional commit"