Skip to content

Commit

Permalink
Merge pull request #23 from garaemon/2023.01.02-fix-auto-release
Browse files Browse the repository at this point in the history
Bump up to 0.0.11
  • Loading branch information
garaemon authored Jan 2, 2023
2 parents 8bd9cbc + 1f0dff9 commit 002e00c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
- run: npm test
- run: npm install -g vsce
- run: vsce package

7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release
name: Release

on:
on:
release:
types:
- published

jobs:
release:
runs-on: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -18,4 +18,3 @@ jobs:
- run: npm install -g vsce
- run: vsce package
- run: vsce publish -p ${{ secrets.VSCE_PAT }}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-emacs-tab",
"displayName": "vscode-emacs-tab",
"description": "emacs like tab behavior",
"version": "0.0.10",
"version": "0.0.11",
"publisher": "garaemon",
"repository": {
"type": "git",
Expand Down

0 comments on commit 002e00c

Please sign in to comment.