Skip to content

Commit f5cdfca

Browse files
committed
Fix openvsx publish yet again
1 parent 37a7722 commit f5cdfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build & publish extension
105105
env:
106106
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
107-
OPENVSX_TOKEN: ${{ secrets.VSX_REGISTRY_ACCESS_TOKEN }}
107+
VSX_REGISTRY_ACCESS_TOKEN: ${{ secrets.VSX_REGISTRY_ACCESS_TOKEN }}
108108
run: |
109109
tag=${GITHUB_REF#refs/tags/}
110110
echo "Setting package version $tag"

0 commit comments

Comments
 (0)