Skip to content

Commit

Permalink
Merge pull request #122 from ManuelHentschel/vsce
Browse files Browse the repository at this point in the history
Auto publish and hotfix in vscDebugger
  • Loading branch information
ManuelHentschel authored Jan 8, 2021
2 parents 9a770eb + 3521f5d commit e4851a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,16 @@ jobs:
prerelease: false
draft: false

publish:
name: Publish
timeout-minutes: 30
needs: release # just to make sure that vscDebugger binaries are available
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/vsce-action@master
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r-debugger",
"displayName": "R Debugger",
"description": "R Debugger for VS Code",
"version": "0.4.4",
"version": "0.4.5",
"publisher": "RDebugger",
"license": "MIT",
"author": {
Expand All @@ -11,7 +11,7 @@
"rPackageInfo": {
"name": "vscDebugger",
"required": "0.4.0",
"recommended": "0.4.4",
"recommended": "0.4.5",
"warnIfNewer": "0.5.0"
},
"repository": {
Expand Down

0 comments on commit e4851a8

Please sign in to comment.