Skip to content

Commit d0aa3d4

Browse files
authored
update
1 parent 3a6b210 commit d0aa3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache: 'npm'
6868
cache-dependency-path: 'package-lock.json'
6969
- name: Update version in package.json 💾
70-
uses: reedyuk/npm-version@1
70+
uses: reedyuk/npm-version@1.1.1
7171
with:
7272
version: ${{ needs.build.outputs.major_version }}.${{ needs.build.outputs.minor_version }}.${{ needs.build.outputs.build_version }}
7373
- name: Extract version from package.json 🔍

0 commit comments

Comments
 (0)