Skip to content

Commit 3c852a0

Browse files
authored
Merge pull request #35 from fingerprintjs/try-app-for-release-approach
chore: turn off npm publish for the test purpose
2 parents bb8590a + e5c8d64 commit 3c852a0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
secrets:
1313
APP_ID: ${{ secrets.APP_ID }}
1414
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
15-
GH_RELEASE_TOKEN: ${{ needs.collect-token.outputs.gh_release_token }}
15+
GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
1616
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
}
2222
],
2323
"@semantic-release/changelog",
24-
"@semantic-release/npm",
24+
[
25+
"@semantic-release/npm",
26+
{
27+
"npmPublish": false
28+
}
29+
],
2530
[
2631
"@semantic-release/git",
2732
{

0 commit comments

Comments
 (0)