From 5fa26df7398087dc78eb75abf7b03d9d140477cb Mon Sep 17 00:00:00 2001 From: Ryohei Ueda Date: Mon, 2 Jan 2023 14:23:21 -0800 Subject: [PATCH 1/3] Remove trailing white spaces --- .github/workflows/ci.yml | 1 - .github/workflows/release.yml | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4f662e..2a12a62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,3 @@ jobs: - run: npm test - run: npm install -g vsce - run: vsce package - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c33fd0a..739ea11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,13 @@ -name: Release +name: Release -on: +on: release: types: - published jobs: release: - runs-on: ubuntu + runs-on: ubuntu steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 @@ -18,4 +18,3 @@ jobs: - run: npm install -g vsce - run: vsce package - run: vsce publish -p ${{ secrets.VSCE_PAT }} - From 9aeaf61c34b8868949fceda2917a0295794e56f6 Mon Sep 17 00:00:00 2001 From: Ryohei Ueda Date: Mon, 2 Jan 2023 14:23:35 -0800 Subject: [PATCH 2/3] Use ubuntu-latest instead of ubuntu --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 739ea11..4acbac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: release: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 From 1f0dff9de827854e521626e0755778a8cfaf9216 Mon Sep 17 00:00:00 2001 From: Ryohei Ueda Date: Mon, 2 Jan 2023 14:24:00 -0800 Subject: [PATCH 3/3] Bump up to 0.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 217980c..62271eb 100644 --- a/package.json +++ b/package.json @@ -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",