We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af714b commit 4bac901Copy full SHA for 4bac901
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
tag-prefix: v
34
- name: Build Version
35
run: |
36
+ npm --version
37
npm install --global replace-in-files-cli
38
echo "MINVERVERSIONOVERRIDE=${{steps.version.outputs.version}}" >> $GITHUB_ENV
39
npm run version -- ${{steps.version.outputs.version}}
0 commit comments