Skip to content

Merge pull request #758 from cyberixae/use_iotsfjs_0_0_26 #9

Merge pull request #758 from cyberixae/use_iotsfjs_0_0_26

Merge pull request #758 from cyberixae/use_iotsfjs_0_0_26 #9

name: CD maasglobal-schema-generator-io-ts
on:
push:
branches:
- main
paths:
- 'maasglobal-schema-generator-io-ts/package.json'
- '.github/workflows/cd-maasglobal-schema-generator-io-ts.yml'
defaults:
run:
working-directory: maasglobal-schema-generator-io-ts
env:
NODE_AUTH_TOKEN: ${{ secrets.PUBLIC_NPM_TOKEN }}
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 15
name: publish
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "14"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: |
yarn
- name: Deploy to Registry
run: |
yarn deploy-npm