We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa2d1 commit 83a7c11Copy full SHA for 83a7c11
1 file changed
.github/workflows/publish.yml
@@ -13,6 +13,10 @@ jobs:
13
with:
14
node-version: '14.x'
15
registry-url: 'https://registry.npmjs.org'
16
+
17
+ - uses: ferluisxd/create-npmrc@3
18
+ with:
19
+ auth_token: ${{ secrets.NPM_TOKEN }}
20
- run: npm install
21
- run: npm run test
22
- name: Semantic Release
0 commit comments