Merge pull request #147 from fingerprintjs/chore/reccurent-repository… #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: release | |
on: | |
push: | |
branches: | |
- main | |
- test | |
jobs: | |
build-and-release: | |
name: 'Build project, run CI checks and publish new release' | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@v1 | |
with: | |
appId: ${{ vars.APP_ID }} | |
secrets: | |
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} | |
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} |