Skip to content

Commit

Permalink
ci: fix working directory for publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Jan 11, 2024
1 parent f9c5e25 commit 374ab64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
defaults:
run:
working-directory: ./sdks/js/packages/core
working-directory: ./sdks/js

steps:
- name: Checkout 🛎️
Expand Down Expand Up @@ -45,11 +45,13 @@ jobs:
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
working-directory: ./sdks/js/packages/core
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Run Semantic Release 🚀
run: npm run release:ci
working-directory: ./sdks/js/packages/core
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 374ab64

Please sign in to comment.