Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ALPAC-4 committed Mar 8, 2024
1 parent 8404112 commit 2124084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm_publish_initia_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
working-directory: ./api-types
working-directory: ./package
- run: npm run build
working-directory: ./api-types
working-directory: ./package
- run: npm publish
working-directory: ./api-types
working-directory: ./package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}

0 comments on commit 2124084

Please sign in to comment.