Skip to content

Commit 082b4bd

Browse files
committed
fix: trying to fix CI
1 parent f11b128 commit 082b4bd

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/vscodepublish.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
1-
on: push
21
name: "Release Vscode Plugin"
2+
on:
3+
push:
4+
branches:
5+
- master # Push events on master branch
6+
# Sequence of patterns matched against refs/tags
7+
tags:
8+
- v* # Push events to v1.0, v1.1, and v1.9 tags
39
jobs:
410
npmInstall:
511
name: npm install
612
runs-on: ubuntu-latest
713
steps:
8-
- uses: actions/checkout@master
914
- uses: actions/checkout@v2
1015
- uses: actions/setup-node@v1
1116
with:
12-
node-version: 12
13-
- run: yarn
17+
node-version: "10.x"
18+
- run: yarn install
1419
- run: yarn lint
1520
- run: yarn compile
16-
- name: Master
17-
uses: actions/bin/filter@master
18-
with:
19-
args: branch master
21+
2022
- name: Vscode release plugin
2123
uses: JCofman/vscodeaction@master
2224
env:

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.svg)
22

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

0 commit comments

Comments
 (0)