Skip to content

Commit 73201be

Browse files
committed
x
1 parent b23f57f commit 73201be

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
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Get version from package.json
3939
id: get_version
40-
run: echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
40+
run: echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV && echo $GITHUB_ENV
4141

4242
- name: Upload VS Code extension package to release
4343
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)