diff --git a/workflow-templates/maven-release.yaml b/workflow-templates/maven-release.yaml index 1b2c1a8..b4a8c3c 100644 --- a/workflow-templates/maven-release.yaml +++ b/workflow-templates/maven-release.yaml @@ -148,7 +148,7 @@ jobs: permissions: contents: write needs: [tests] - uses: netcracker/qubership-workflow-hub/.github/workflows/tag-creator.yml@396774180000abdb825cbf150b56cc59c6913db8 #v2.0.5 + uses: netcracker/qubership-workflow-hub/.github/workflows/tag-creator.yml@8d542a426ce561c7dce745f6b9cee068d1d7e101 #v2.0.10 with: tag-name: "v${{ github.event.inputs.version }}" diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index 3d7f327..4d50aa3 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -138,7 +138,7 @@ jobs: name: "Create Git Tag" if: ${{ !inputs.dry-run }} needs: [npm-publish] - uses: netcracker/qubership-workflow-hub/.github/workflows/tag-creator.yml@v2.0.5 + uses: netcracker/qubership-workflow-hub/.github/workflows/tag-creator.yml@v2.0.10 with: tag-name: "v${{ github.event.inputs.version }}"