Skip to content

Commit 123bbff

Browse files
ci: fix
1 parent d2acca3 commit 123bbff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
git config --global user.email "hmdarkfire.dev@gmail.com"
3535
git config --global user.name "Henrique Marques"
3636
37+
- name: Login NPM
38+
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
39+
3740
- name: Release
3841
run: yarn release
3942
env:
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
41-
GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }}
43+
GITHUB_TOKEN: ${{secrets.GHP_TOKEN}}
4244

0 commit comments

Comments
 (0)