Release #8
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: | |
# 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 }} |