Skip to content

Commit 4ff43e8

Browse files
committed
add missing s to outputs
1 parent 59458da commit 4ff43e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if [[ ${{ env.VERSION }} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
110110
echo ::set-output name=ISPRODUCTION::true
111111
fi
112-
echo "steps.check-version.output.ISPRODUCTION"
112+
echo steps.check-version.outputs.ISPRODUCTION
113113
- name: publish
114-
if: steps.check-version.output.ISPRODUCTION == 'true'
114+
if: steps.check-version.outputs.ISPRODUCTION == 'true'
115115
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)