We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23f57f commit 73201beCopy full SHA for 73201be
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Get version from package.json
39
id: get_version
40
- run: echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV
+ run: echo "VERSION=$(jq -r '.version' package.json)" >> $GITHUB_ENV && echo $GITHUB_ENV
41
42
- name: Upload VS Code extension package to release
43
uses: actions/upload-release-asset@v1
0 commit comments