diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08c96db..80a856d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,8 @@ name: Release on: workflow_dispatch: +env: + MARKET_TOKEN: ${{ secrets.MARKETPLACE_ACCESS_TOKEN }} jobs: deploy: @@ -16,4 +18,6 @@ jobs: - name: Install dependencies run: npm ci - name: Install vcse - run: npm install -g @vscode/vsce \ No newline at end of file + run: npm install -g @vscode/vsce + - name: Publish + run: vsce publish -p "$MARKET_TOKEN" \ No newline at end of file