Skip to content

Commit

Permalink
Publish only to npm now
Browse files Browse the repository at this point in the history
  • Loading branch information
p10ns11y committed Nov 6, 2024
1 parent e72a6ed commit 1bae5fc
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '22'
registry-url: 'https://npm.pkg.github.com/'
scope: '@adaptate'
# registry-url: 'https://npm.pkg.github.com/'
registry-url: 'https://registry.npmjs.org/'
# scope: '@adaptate'

# - name: Configure .npmrc for GitHub Packages
# run: |
Expand All @@ -40,11 +41,11 @@ jobs:
- name: Build project
run: npx turbo run build

- name: Publish to GitHub Packages
working-directory: packages/core
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm publish --registry=https://npm.pkg.github.com/
# - name: Publish to GitHub Packages
# working-directory: packages/core
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: npm publish --registry=https://npm.pkg.github.com/

- name: Publish to npm
working-directory: packages/core
Expand Down

0 comments on commit 1bae5fc

Please sign in to comment.