Skip to content

Commit

Permalink
update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-almeida-imtbl committed Sep 25, 2023
1 parent bb307eb commit c308306
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ jobs:
tmp=$(mktemp)
jq '.version = "${{ steps.clean-tag.outputs.TAG }}"' ./package.json > "$tmp" && mv "$tmp" ./package.json
- name: Install dependencies
run: |
npm install
- name: Compile contracts
run: |
npm run compile
- name: Build dist files
run: |
rm -rf dist && npm run build
- name: Publish package
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c308306

Please sign in to comment.