Skip to content

Merge pull request #312 from fingerprintjs/INFRA-1313/gh_action_deplo… #197

Merge pull request #312 from fingerprintjs/INFRA-1313/gh_action_deplo…

Merge pull request #312 from fingerprintjs/INFRA-1313/gh_action_deplo… #197

Workflow file for this run

name: release
on:
push:
branches:
- main
- rc
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:
nodeVersion: 20
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}