Skip to content

Commit 34ce399

Browse files
committed
see if this fixes it
1 parent 645f47f commit 34ce399

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
run: |
5050
npm version "${{ steps.release_version.outputs.version }}" --no-git-tag-version
5151
52-
- name: Publish to npm
53-
run: npm publish --access public --provenance --registry https://registry.npmjs.org/
52+
- name: Publish to npm (Trusted Publishing)
53+
run: npm publish --access public --provenance

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)