Skip to content

Commit

Permalink
Remove unnecessary steps from publish jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 27, 2024
1 parent d682a92 commit 045e7e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm run build
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -43,8 +41,6 @@ jobs:
with:
node-version-file: ".nvmrc"
registry-url: https://npm.pkg.github.com
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 045e7e1

Please sign in to comment.