Skip to content

Commit 3d59b58

Browse files
authored
fix(Actions): update working directory
1 parent 0a18234 commit 3d59b58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
- name: Upload NPM
3535
if: steps.semantic-release.outputs.released == 'true'
3636
run: |
37+
pwd
38+
cd ${{ github.workspace }}
3739
npm i
38-
rm -f -- schemas.json
3940
npm run json
4041
jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json
4142
npm publish

0 commit comments

Comments
 (0)