Skip to content

Commit 329bb1d

Browse files
committed
ci: 💚 missing cd dist command
1 parent 77470f8 commit 329bb1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
if: steps.changesets.outputs.hasChangesets == 'false'
3636
run: |
3737
version=v${{ fromJson(steps.changesets.outputs.publishedPackages)[0].version }}
38+
cd dist
3839
zip -r ${version}.zip .
3940
gh release upload ${version} ${version}.zip
4041
env:

0 commit comments

Comments
 (0)