Skip to content

Commit 07b1669

Browse files
committed
Set up env var
1 parent c67fc80 commit 07b1669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- env:
14-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
1513
- uses: actions/checkout@v3
1614
- uses: actions/setup-node@v3
1715
- run:
1816
npm ci
1917
- run:
2018
npx vsce publish
19+
env:
20+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)