Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GomesAraujo committed Sep 27, 2023
1 parent f6fd3ae commit 6e42344
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: install
run: npm install
working-directory: .
- name: build
run: npm run build
working-directory: .
- name: publish
run: npm publish --access public
working-directory: .
Expand Down

0 comments on commit 6e42344

Please sign in to comment.