Skip to content

Commit 0ac298d

Browse files
authored
Update release.yml
Signed-off-by: Peersky <[email protected]>
1 parent c3433a3 commit 0ac298d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
- uses: "./.github/setup"
2424
- name: install dependencies
2525
run: yarn install
26+
- name: Creating .npmrc
27+
run: |
28+
cat << EOF > "$HOME/.npmrc"
29+
//npm.pkg.github.com/:_authToken=$NPM_TOKEN
30+
EOF
31+
env:
32+
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2633
- name: Create Release Pull Request or Publish to npm
2734
uses: changesets/action@v1
2835
with:

0 commit comments

Comments
 (0)