Skip to content

refactor: Fix of [NGRM] - move shader code to local shader module #16… #1

refactor: Fix of [NGRM] - move shader code to local shader module #16…

refactor: Fix of [NGRM] - move shader code to local shader module #16… #1

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 "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- 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.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}