Skip to content

Commit

Permalink
changed version to patched
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeleboele committed Nov 7, 2023
1 parent 5d73cb2 commit bbfad87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm install -g @vscode/vsce
- run: vsce publish minor -p $VSCE_TOKEN
- uses: lannonbr/[email protected]
with:
args: "publish patch -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit bbfad87

Please sign in to comment.