Skip to content

Commit

Permalink
Merge pull request #147 from fingerprintjs/chore/reccurent-repository…
Browse files Browse the repository at this point in the history
…-care

prerelease: fix release.yml typo
  • Loading branch information
JuroUhlar authored Mar 19, 2024
2 parents 9df0c45 + dad51ed commit 821fc2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ 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:
appId: ${{ vars.APP_ID }}
secrets:
with:
appId: ${{ vars.APP_ID }}
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 821fc2f

Please sign in to comment.