Skip to content

Commit 002e00c

Browse files
authored
Merge pull request #23 from garaemon/2023.01.02-fix-auto-release
Bump up to 0.0.11
2 parents 8bd9cbc + 1f0dff9 commit 002e00c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ jobs:
1616
- run: npm test
1717
- run: npm install -g vsce
1818
- run: vsce package
19-

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Release
1+
name: Release
22

3-
on:
3+
on:
44
release:
55
types:
66
- published
77

88
jobs:
99
release:
10-
runs-on: ubuntu
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
@@ -18,4 +18,3 @@ jobs:
1818
- run: npm install -g vsce
1919
- run: vsce package
2020
- run: vsce publish -p ${{ secrets.VSCE_PAT }}
21-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-emacs-tab",
33
"displayName": "vscode-emacs-tab",
44
"description": "emacs like tab behavior",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"publisher": "garaemon",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)