Skip to content

Commit

Permalink
Update issue763.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Dec 10, 2024
1 parent cfe7049 commit c3d43b0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/issue763.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.MY_GITHUB}}

- name: Setup Node.js (npm registry)
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org/'

- name: Publish to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c3d43b0

Please sign in to comment.