Skip to content

Commit a7077c7

Browse files
authored
Update publish-to-vscode.yml
1 parent 774819d commit a7077c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo Tag: $TAG
3939
gh release download $TAG -R databricks/databricks-vscode
4040
ls -lR
41-
cho "TAG=$TAG" >> $GITHUB_ENV
41+
echo "TAG=$TAG" >> $GITHUB_ENV
4242
env:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

0 commit comments

Comments
 (0)