Skip to content

Commit 745b97b

Browse files
committed
fix: try fix npm publishing
1 parent 09838bc commit 745b97b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
4646
- name: Set package version
4747
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
48-
- name: Install latests npm (for trusted publishing)
49-
run: npm install -g npm@latest
5048
- name: Publish package
5149
run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
5250
- name: Push version bump

0 commit comments

Comments
 (0)