Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
It previously didn't seem to create the dist archive.
  • Loading branch information
bjoluc committed Dec 1, 2021
1 parent 75983ff commit bfbb369
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Pack Dist Archive
if: steps.changesets.outputs.published == 'true'
run: npm run build:archive

- name: Upload Release Assets
uses: actions/github-script@v4
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit bfbb369

Please sign in to comment.