Skip to content

Commit

Permalink
ci: 💚 missing cd dist command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance committed Oct 20, 2024
1 parent 77470f8 commit 329bb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
if: steps.changesets.outputs.hasChangesets == 'false'
run: |
version=v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
cd dist
zip -r ${version}.zip .
gh release upload ${version} ${version}.zip
env:
Expand Down

0 comments on commit 329bb1d

Please sign in to comment.