Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
build: build package before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
darioblanco committed May 23, 2022
1 parent 7385579 commit 8590e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
with:
cmd: |
yq e '.version = "${{ steps.load_version.outputs.version }}"' -i package.json -j
- name: Run build
run: yarn build
- name: Publish NPM package
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 8590e62

Please sign in to comment.