Skip to content

Commit

Permalink
ci(none): remove npm ci from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Sep 6, 2022
1 parent ee60a07 commit 896afec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 896afec

Please sign in to comment.