Skip to content

Commit 3c91413

Browse files
committed
chore: Fix environment variable
1 parent 80d707f commit 3c91413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- run: npx semantic-release
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
13+
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)