Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 2, 2024
1 parent 541b049 commit e2fea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
yarn config set npmPublishRegistry "https://registry.npmjs.org"
yarn config set npmAuthToken $NPM_AUTH_TOKEN
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}


- name: Install modules
Expand Down

1 comment on commit e2fea39

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 17/17
🟢 Branches 100% 5/5
🟢 Functions 100% 3/3
🟢 Lines 100% 17/17

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from e2fea39

Please sign in to comment.