Skip to content

Release

Release #8

Workflow file for this run

name: Release
on:
# TODO After publishing repository change this to trigger on push to main and test
workflow_dispatch:
jobs:
build-and-release:
# Don't forget to configure production environment after repository is made public to require approval before triggering!
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@ddb61178ef7dbbd5e81b24fd1a7929ecce5c4bd8
with:
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}