We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59458da commit 4ff43e8Copy full SHA for 4ff43e8
.github/workflows/build.yml
@@ -109,7 +109,7 @@ jobs:
109
if [[ ${{ env.VERSION }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
110
echo ::set-output name=ISPRODUCTION::true
111
fi
112
- echo "steps.check-version.output.ISPRODUCTION"
+ echo steps.check-version.outputs.ISPRODUCTION
113
- name: publish
114
- if: steps.check-version.output.ISPRODUCTION == 'true'
+ if: steps.check-version.outputs.ISPRODUCTION == 'true'
115
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
0 commit comments