From dc982873155684898d9573488313a19992dabaa8 Mon Sep 17 00:00:00 2001 From: Damjan Cvetko Date: Sat, 22 Jan 2022 10:08:28 +0100 Subject: [PATCH] chore: Update secret env --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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