Skip to content

ci: add create-pr workflow to sync rc<->main #9

ci: add create-pr workflow to sync rc<->main

ci: add create-pr workflow to sync rc<->main #9

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