diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d7add70..684487e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,5 +78,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} + VSCE_PAT: ${{ secrets.VSCE_PAT }} run: npm run semantic-release