Skip to content

Commit

Permalink
Issue #224544 feat: Enable GitHub Actions to publish NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Aug 9, 2024
1 parent a763fd5 commit 2ea7e2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
node-version: '18'
# registry-url: 'https://registry.npmjs.org'

- name: List files
run: ls -la ~/

- name: Display .npmrc contents
run: cat ~/.npmrc

# - name: Authenticate with npm
# run: echo "//registry.npmjs.org/:_authToken=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" > ~/.npmrc

Expand Down

0 comments on commit 2ea7e2c

Please sign in to comment.