We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2acca3 commit 123bbffCopy full SHA for 123bbff
.github/workflows/ci.yml
@@ -34,9 +34,11 @@ jobs:
34
git config --global user.email "hmdarkfire.dev@gmail.com"
35
git config --global user.name "Henrique Marques"
36
37
+ - name: Login NPM
38
+ run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > ~/.npmrc
39
+
40
- name: Release
41
run: yarn release
42
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }}
43
+ GITHUB_TOKEN: ${{secrets.GHP_TOKEN}}
44
0 commit comments