Skip to content

Commit

Permalink
trying out working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas92495 committed Nov 2, 2024
1 parent 4d2ed86 commit 0b88d84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-python-v2-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
# Commend "dist" not found ???
# pnpm dist 0.0.1
- name: Run publish
working-directory: generators/python-v2/codegen
run: |
cd generators/python-v2/codegen
echo "Running publish in $(pwd)"
cat package.json
npm run dist
cd dist
echo "//registry.npmjs.org/:_authToken=${{ env.NPM_TOKEN }}" > ~/.npmrc
Expand Down

0 comments on commit 0b88d84

Please sign in to comment.