Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit 022a937

Browse files
author
Atakan Ermiş
authored
Update main.yml
1 parent 808bb52 commit 022a937

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- name: Browserify
1919
run: npm run build
2020
- name: Publish to npm
21-
run: |
22-
yarn install
23-
npm publish --access public
21+
run: npm publish --access public
2422
env:
2523
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)