Skip to content

ci: remove pre-push commit hook #10

ci: remove pre-push commit hook

ci: remove pre-push commit hook #10

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 }}