Skip to content

Commit

Permalink
fix: Publish built source (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Sep 12, 2021
1 parent 48b7e2b commit 8c84f14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
with:
useLockFile: false

- name: 🏗 Run build script
run: npm run build

- run: ls -asl dist

- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
with:
Expand Down

0 comments on commit 8c84f14

Please sign in to comment.