mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
ci: add empty action for types
This commit is contained in:
35
.github/workflows/npm_release_types.yml
vendored
35
.github/workflows/npm_release_types.yml
vendored
@ -1,20 +1,23 @@
|
|||||||
# TODO: modify to build android & ios types first and then merge into types
|
# TODO: modify to build android & ios types first and then merge into types
|
||||||
#name: '@nativescript/types -> npm'
|
name: '@nativescript/types -> npm'
|
||||||
#
|
|
||||||
#on:
|
on:
|
||||||
# push:
|
push:
|
||||||
# branches: [ 'master' ]
|
branches: [ 'master' ]
|
||||||
# paths:
|
paths:
|
||||||
# - 'packages/types/*'
|
- 'packages/types/*'
|
||||||
#
|
|
||||||
#env:
|
env:
|
||||||
# NPM_TAG: 'next'
|
NPM_TAG: 'next'
|
||||||
#
|
|
||||||
#jobs:
|
jobs:
|
||||||
# release:
|
release:
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#
|
|
||||||
# steps:
|
steps:
|
||||||
|
- name: Todo
|
||||||
|
run: |
|
||||||
|
echo "TODO: implement action"
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
#
|
#
|
||||||
# - name: Setup
|
# - name: Setup
|
||||||
|
Reference in New Issue
Block a user