Skip to content

Commit

Permalink
Fix for publishing scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson committed Sep 12, 2023
1 parent caebe0f commit ca5df29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://bun.sh"><img src="https://github.com/UmbrellaDocs/linkspector/assets/23069445/ec17bf78-2979-4195-b770-1ef0cf5c7c87" alt="Logo" height=170></a>
<a href="https://github.com/UmbrellaDocs/linkspector"><img src="https://github.com/UmbrellaDocs/linkspector/assets/23069445/ec17bf78-2979-4195-b770-1ef0cf5c7c87" alt="Logo" height=170></a>
</p>
<h3 align="center">Uncover broken links in your content.</h3>
<h1 align="center">Linkspector</h1>
Expand Down

0 comments on commit ca5df29

Please sign in to comment.