Skip to content

Commit

Permalink
Fix openvsx publish yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Sep 22, 2021
1 parent 37a7722 commit f5cdfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build & publish extension
env:
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
OPENVSX_TOKEN: ${{ secrets.VSX_REGISTRY_ACCESS_TOKEN }}
VSX_REGISTRY_ACCESS_TOKEN: ${{ secrets.VSX_REGISTRY_ACCESS_TOKEN }}
run: |
tag=${GITHUB_REF#refs/tags/}
echo "Setting package version $tag"
Expand Down

0 comments on commit f5cdfca

Please sign in to comment.