Skip to content

fix: Improve "isLoadedCallback" to not return true before first draw … #11

fix: Improve "isLoadedCallback" to not return true before first draw …

fix: Improve "isLoadedCallback" to not return true before first draw … #11

name: Semantic Release
on:
push:
branches:
- 'master'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure git
run: |
git config user.name "hkfb"
git config user.email "[email protected]"
- run: npm ci
working-directory: ./typescript
- name: Run semantic release
working-directory: ./typescript
run: npx nx run-many --target=semantic-release --parallel=false
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}