We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6b210 commit d0aa3d4Copy full SHA for d0aa3d4
.github/workflows/pipeline.yml
@@ -67,7 +67,7 @@ jobs:
67
cache: 'npm'
68
cache-dependency-path: 'package-lock.json'
69
- name: Update version in package.json 💾
70
- uses: reedyuk/npm-version@1
+ uses: reedyuk/npm-version@1.1.1
71
with:
72
version: ${{ needs.build.outputs.major_version }}.${{ needs.build.outputs.minor_version }}.${{ needs.build.outputs.build_version }}
73
- name: Extract version from package.json 🔍
0 commit comments