Skip to content

Commit 7f17dc4

Browse files
authored
chore: update ci (#347)
1 parent 7d98ad2 commit 7f17dc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
- name: Install Dependencies
2424
run: yarn install
2525

26-
- name: Setup npm authentication
27-
run: |
28-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
29-
3026
- name: Create Release Pull Request or Publish to npm
3127
id: changesets
3228
uses: changesets/action@v1

0 commit comments

Comments
 (0)