Skip to content

Commit d1b80c6

Browse files
committed
chore(workflows/tests): disable NPM_TOKEN and try trusted publishing
As semantic-release 25(npm@13.1) should now support it.
1 parent 9b85070 commit d1b80c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119
# replace with trusted-publishing once available, see https://github.com/semantic-release/npm/issues/958
120-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
120+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)