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 7d78d96 commit dddff74Copy full SHA for dddff74
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
# `npm version` seams superior to `yarn version` ...
73
run: |
74
set -eux
75
- yarn version -i "$NPMV_NEWVERSION"
+ yarn version -i "$YARNV_NEWVERSION"
76
VERSION_PLAIN="$(jq -r .version package.json)"
77
echo "::debug::plain version = $VERSION_PLAIN"
78
VERSION="v$VERSION_PLAIN" # with leading v
0 commit comments