Skip to content

Commit

Permalink
add publish script using
Browse files Browse the repository at this point in the history
secrets.MARKETPLACE_ACCESS_TOKEN
  • Loading branch information
meniRoy committed Sep 17, 2023
1 parent 6726450 commit 09ce2b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Release

on:
workflow_dispatch:
env:
MARKET_TOKEN: ${{ secrets.MARKETPLACE_ACCESS_TOKEN }}

jobs:
deploy:
Expand All @@ -16,4 +18,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install vcse
run: npm install -g @vscode/vsce
run: npm install -g @vscode/vsce
- name: Publish
run: vsce publish -p "$MARKET_TOKEN"

0 comments on commit 09ce2b2

Please sign in to comment.