We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d98ad2 commit 7f17dc4Copy full SHA for 7f17dc4
.github/workflows/release.yml
@@ -23,10 +23,6 @@ jobs:
23
- name: Install Dependencies
24
run: yarn install
25
26
- - name: Setup npm authentication
27
- run: |
28
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
29
-
30
- name: Create Release Pull Request or Publish to npm
31
id: changesets
32
uses: changesets/action@v1
0 commit comments