Skip to content

Commit

Permalink
fix: fix packaging bug when deploying from github
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Apr 21, 2021
1 parent 4ad4af5 commit 406f861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Release
run: >
docker exec risbox yarn &&
docker exec risbox make dist &&
docker exec risbox yarn semantic-release --no-ci
- name: Cleanup
run: docker kill risbox

0 comments on commit 406f861

Please sign in to comment.