Skip to content

Commit dddff74

Browse files
committed
build: use only yarn
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7d78d96 commit dddff74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# `npm version` seams superior to `yarn version` ...
7373
run: |
7474
set -eux
75-
yarn version -i "$NPMV_NEWVERSION"
75+
yarn version -i "$YARNV_NEWVERSION"
7676
VERSION_PLAIN="$(jq -r .version package.json)"
7777
echo "::debug::plain version = $VERSION_PLAIN"
7878
VERSION="v$VERSION_PLAIN" # with leading v

0 commit comments

Comments
 (0)