Skip to content

Commit

Permalink
Merge pull request #135 from fingerprintjs/chore/fix-release
Browse files Browse the repository at this point in the history
ci: fix release workflow
  • Loading branch information
TheUnderScorer authored Sep 26, 2024
2 parents db11689 + 90af3b3 commit c0c840c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ jobs:
build-and-release:
name: 'Build project, run CI checks and publish new release'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-sdk-changesets.yml@v1
with:
appId: ${{ vars.APP_ID }}
version-command: pnpm exec changeset version
publish-command: pnpm exec changeset publish
language: node
language-version: 21
prepare-command: pnpm build
secrets:
GH_RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit c0c840c

Please sign in to comment.