Skip to content

Commit 3148a17

Browse files
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.2.0 to 2.2.1. - [Release notes](https://github.com/netcracker/qubership-workflow-hub/releases) - [Commits](Netcracker/qubership-workflow-hub@d11baa8...e64a1ee) --- updated-dependencies: - dependency-name: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3558a74 commit 3148a17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

workflow-templates/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ permissions:
4747
jobs:
4848
npm-publish:
4949
name: "NPM Package Publish"
50-
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0
50+
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1
5151
with:
5252
version: ${{ github.event_name == 'workflow_dispatch' && inputs.version || '' }}
5353
scope: ${{ github.event_name == 'workflow_dispatch' && inputs.scope || '@netcracker' }}

workflow-templates/npm-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
name: "NPM Package Test (Dry Run)"
104104
needs: [check-tag]
105105
if: always()
106-
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0
106+
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1
107107
with:
108108
version: ''
109109
dry-run: true
@@ -113,7 +113,7 @@ jobs:
113113
name: "NPM Package Publish"
114114
if: ${{ !inputs.dry-run }}
115115
needs: [npm-test]
116-
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0
116+
uses: Netcracker/qubership-workflow-hub/.github/workflows/re-npm-publish.yml@e64a1ee2fc2f68ab44a4ef416c27d83ce36ba8e1 #v2.2.1
117117
with:
118118
version: ${{ inputs.version }}
119119
scope: ${{ inputs.scope }}

0 commit comments

Comments
 (0)