Skip to content

Commit 649a635

Browse files
Fetch version from contracts package.json
Co-authored-by: Ernesto García <ernestognw@gmail.com>
1 parent 870e714 commit 649a635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-upgradeable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "Expected 'Transpile ${VANILLA_COMMIT}' but found '$(git log -1 --pretty=%B)'"
3333
exit 1
3434
fi
35-
VERSION="$(jq -r .version package.json)"
35+
VERSION="$(jq -r .version contracts/package.json)"
3636
GIT_TAG="v${VERSION}"
3737
NPM_TAG="tmp"
3838
ADDITIONAL_OPTION_IF_PRERELEASE="--prerelease"

0 commit comments

Comments
 (0)