We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54e28df + 7eb51a7 commit 64c9e5cCopy full SHA for 64c9e5c
.github/workflows/release.yml
@@ -8,9 +8,8 @@ jobs:
8
build-and-release:
9
# Don't forget to configure production environment after repository is made public to require approval before triggering!
10
name: 'Build project, run CI checks and publish new release'
11
- uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@6ca15a6232c8cd448affa8b61e110e5ef7528d1e
+ uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@07acac27bda3c9a44ffa0c30a6266a1e0e8a28d3
12
secrets:
13
APP_ID: ${{ secrets.APP_ID }}
14
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
15
- GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
16
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments