From 6787a68e4141a484b7c8e78a6819673d4123fce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:54:51 +0000 Subject: [PATCH] chore(deps): bump Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml Bumps [Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml](https://github.com/netcracker/qubership-workflow-hub) from 2.0.11 to 2.1.1. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](https://github.com/netcracker/qubership-workflow-hub/compare/v2.0.11...v2.1.1) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/npm-publish.yaml | 2 +- workflow-templates/npm-release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/npm-publish.yaml b/workflow-templates/npm-publish.yaml index 93e0d06..c70fef6 100644 --- a/workflow-templates/npm-publish.yaml +++ b/workflow-templates/npm-publish.yaml @@ -47,7 +47,7 @@ permissions: jobs: npm-publish: name: "NPM Package Publish" - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.1.1 with: version: ${{ github.event_name == 'workflow_dispatch' && inputs.version || '' }} scope: ${{ github.event_name == 'workflow_dispatch' && inputs.scope || '@netcracker' }} diff --git a/workflow-templates/npm-release.yaml b/workflow-templates/npm-release.yaml index 663dc43..c1acb69 100644 --- a/workflow-templates/npm-release.yaml +++ b/workflow-templates/npm-release.yaml @@ -112,7 +112,7 @@ jobs: name: "NPM Package Test (Dry Run)" needs: [check-tag] if: always() - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.1.1 with: version: '' dry-run: true @@ -122,7 +122,7 @@ jobs: name: "NPM Package Publish" if: ${{ !inputs.dry-run }} needs: [npm-test] - uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.0.11 + uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@v2.1.1 with: version: ${{ inputs.version }} scope: ${{ inputs.scope }}