Skip to content

Commit

Permalink
setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-zype committed Aug 27, 2023
1 parent 68293c2 commit 5105755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
node-version: 16
- run: npm run build
# - run: npm test

publish-npm:
needs: build
Expand All @@ -30,4 +29,4 @@ jobs:
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: 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
NODE_AUTH_TOKEN: "$NPM_PUBLISH_KEY"

0 comments on commit 5105755

Please sign in to comment.