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
|
||||
#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
|
||||
|
Reference in New Issue
Block a user