Skip to content

Commit

Permalink
Merge pull request #25 from jharlow/fix-github-registry-2
Browse files Browse the repository at this point in the history
fix(github-registry): attempting to follow a issue
  • Loading branch information
jharlow authored Oct 16, 2024
2 parents 07c6d36 + e44b236 commit d857a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
runs-on: ubuntu-latest
needs: quality-check
permissions:
packages: write
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Install pnpm
Expand All @@ -59,5 +59,6 @@ jobs:
- name: Publish to npm 🚀
uses: JS-DevTools/npm-publish@v3
with:
access: restricted
token: ${{ secrets.GITHUB_TOKEN }}
registry: https://npm.pkg.github.com/

0 comments on commit d857a0a

Please sign in to comment.