Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Comment Github packages publish for now
  • Loading branch information
p10ns11y authored Nov 7, 2024
1 parent e722737 commit bec06ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --access public

- name: Publish @adaptate/core 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 @adaptate/core to GitHub Packages
# working-directory: packages/core
# env:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: npm publish --registry=https://npm.pkg.github.com/

0 comments on commit bec06ec

Please sign in to comment.