Skip to content

Commit

Permalink
Merge pull request #26 from jharlow/revert-github-registry-1
Browse files Browse the repository at this point in the history
revert(github-registry): oops!
  • Loading branch information
jharlow authored Oct 16, 2024
2 parents d857a0a + bb66131 commit f13c40f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
name: Publish package to npm 🚀
runs-on: ubuntu-latest
needs: quality-check
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Install pnpm
Expand All @@ -56,9 +53,8 @@ jobs:
run: pnpm install
- name: Run build command
run: pnpm build
- name: Publish to npm 🚀
- id: publish
name: Publish to npm 🚀
uses: JS-DevTools/npm-publish@v3
with:
access: restricted
token: ${{ secrets.GITHUB_TOKEN }}
registry: https://npm.pkg.github.com/
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit f13c40f

Please sign in to comment.