Skip to content

Commit

Permalink
ci: release github-package
Browse files Browse the repository at this point in the history
  • Loading branch information
gimnathperera committed Sep 18, 2023
1 parent c4a2fe1 commit a92e649
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Authenticate to GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=\${NODE_AUTH_TOKEN}" >> ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Publish to GitHub Packages
run: npm publish --registry=https://npm.pkg.github.com

0 comments on commit a92e649

Please sign in to comment.