From b4857f87cbf17f9e2a7db03aaba3cfa30d2cda9d Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 28 Dec 2020 14:38:57 +0100 Subject: [PATCH] ci: add empty action for types --- .github/workflows/npm_release_types.yml | 35 ++++++++++++++----------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/.github/workflows/npm_release_types.yml b/.github/workflows/npm_release_types.yml index dd815dc0b..fcc2e9e90 100644 --- a/.github/workflows/npm_release_types.yml +++ b/.github/workflows/npm_release_types.yml @@ -1,20 +1,23 @@ # TODO: modify to build android & ios types first and then merge into types -#name: '@nativescript/types -> npm' -# -#on: -# push: -# branches: [ 'master' ] -# paths: -# - 'packages/types/*' -# -#env: -# NPM_TAG: 'next' -# -#jobs: -# release: -# runs-on: ubuntu-latest -# -# steps: +name: '@nativescript/types -> npm' + +on: + push: + branches: [ 'master' ] + paths: + - 'packages/types/*' + +env: + NPM_TAG: 'next' + +jobs: + release: + runs-on: ubuntu-latest + + steps: + - name: Todo + run: | + echo "TODO: implement action" # - uses: actions/checkout@v2 # # - name: Setup