Skip to content

Commit

Permalink
build: revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KathrynSheenaMedina committed May 3, 2024
1 parent f30f328 commit 6afef37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- name: Run build
run: npm run build

- name: Login to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm login --registry=https://registry.npmjs.org

- name: Publish package
run: npm publish --access public
env:
Expand Down

0 comments on commit 6afef37

Please sign in to comment.