Skip to content

Commit

Permalink
Fix dc-api-types production PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed May 8, 2024
1 parent 7828317 commit 1a2f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@main
with:
path: "${{ env.TMP_SRCDIR }}"
path: "${{ env.TMP_SRCDIR }}/node"
- name: Generate Typescript file
working-directory: "${{ env.TMP_SRCDIR }}/node"
run: |
Expand Down

0 comments on commit 1a2f0f0

Please sign in to comment.