Skip to content

chore(TSE-1080): Add examples for Angular v11 and v17 (#48) #9

chore(TSE-1080): Add examples for Angular v11 and v17 (#48)

chore(TSE-1080): Add examples for Angular v11 and v17 (#48) #9

Workflow file for this run

name: NPM release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Build package
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn release