Skip to content

Commit 073bb38

Browse files
Fix: a typo in workflow
1 parent bb44c57 commit 073bb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Prepare
4242
id: prepare
4343
run: |
44-
$LatestVersionTag=$(node build\version-utils.js latest-version-tag)
44+
LatestVersionTag=$(node build\version-utils.js latest-version-tag)
4545
echo "Latest version tag=$LatestVersionTag"
4646
echo "::set-output name=version_tag::$LatestVersionTag"
4747

0 commit comments

Comments
 (0)