Skip to content

Commit

Permalink
Merge pull request #35 from fingerprintjs/try-app-for-release-approach
Browse files Browse the repository at this point in the history
chore: turn off npm publish for the test purpose
  • Loading branch information
ilfa authored Mar 7, 2024
2 parents bb8590a + e5c8d64 commit 3c852a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
GH_RELEASE_TOKEN: ${{ needs.collect-token.outputs.gh_release_token }}
GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
}
],
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 3c852a0

Please sign in to comment.