Skip to content

Commit

Permalink
fix(Actions): update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Jan 18, 2024
1 parent 0a18234 commit 3d59b58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Upload NPM
if: steps.semantic-release.outputs.released == 'true'
run: |
pwd
cd ${{ github.workspace }}
npm i
rm -f -- schemas.json
npm run json
jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json
npm publish
Expand Down

0 comments on commit 3d59b58

Please sign in to comment.