Skip to content

Commit e4851a8

Browse files
Merge pull request #122 from ManuelHentschel/vsce
Auto publish and hotfix in vscDebugger
2 parents 9a770eb + 3521f5d commit e4851a8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,16 @@ jobs:
5050
prerelease: false
5151
draft: false
5252

53+
publish:
54+
name: Publish
55+
timeout-minutes: 30
56+
needs: release # just to make sure that vscDebugger binaries are available
57+
runs-on: ubuntu-latest
58+
steps:
59+
- uses: actions/checkout@v2
60+
- run: npm install
61+
- uses: lannonbr/vsce-action@master
62+
with:
63+
args: "publish -p $VSCE_TOKEN"
64+
env:
65+
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r-debugger",
33
"displayName": "R Debugger",
44
"description": "R Debugger for VS Code",
5-
"version": "0.4.4",
5+
"version": "0.4.5",
66
"publisher": "RDebugger",
77
"license": "MIT",
88
"author": {
@@ -11,7 +11,7 @@
1111
"rPackageInfo": {
1212
"name": "vscDebugger",
1313
"required": "0.4.0",
14-
"recommended": "0.4.4",
14+
"recommended": "0.4.5",
1515
"warnIfNewer": "0.5.0"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)