Skip to content

Commit 59458da

Browse files
committed
add echo for ISPRODUCTION
1 parent 05be6a3 commit 59458da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ jobs:
107107
id: check-version
108108
run: |
109109
if [[ ${{ env.VERSION }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
110-
echo "::set-output name=ISPRODUCTION::true"
110+
echo ::set-output name=ISPRODUCTION::true
111111
fi
112+
echo "steps.check-version.output.ISPRODUCTION"
112113
- name: publish
113114
if: steps.check-version.output.ISPRODUCTION == 'true'
114115
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)