Skip to content

Commit 195ebf3

Browse files
committed
fix: trying to fix CI
1 parent f11b128 commit 195ebf3

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
on: push
21
name: "Release Vscode Plugin"
2+
on:
3+
push:
4+
branches:
5+
- master
6+
tags:
7+
- v*
38
jobs:
49
npmInstall:
510
name: npm install
611
runs-on: ubuntu-latest
712
steps:
8-
- uses: actions/checkout@master
913
- uses: actions/checkout@v2
1014
- uses: actions/setup-node@v1
1115
with:
12-
node-version: 12
13-
- run: yarn
16+
node-version: "10.x"
17+
- run: yarn install
1418
- run: yarn lint
1519
- run: yarn compile
16-
- name: Master
17-
uses: actions/bin/filter@master
18-
with:
19-
args: branch master
20-
- name: Vscode release plugin
21-
uses: JCofman/vscodeaction@master
20+
name: Release plugin
21+
steps:
22+
- uses: JCofman/vscodeaction@master
2223
env:
2324
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
2425
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-toolkit
1+
# react-toolkit ![react-toolkit](https://github.com/CodersAKL/react-toolkit/workflows/Release%20Vscode%20Plugin/badge.png)
22

33
This is VsCode plugin suppose to help developers convert their project to typescript.
44

0 commit comments

Comments
 (0)