Skip to content

Commit

Permalink
chore(publish nodejs): set working-dir
Browse files Browse the repository at this point in the history
Resolves: #2610
  • Loading branch information
greyscaled committed Feb 7, 2024
1 parent 6c1a83f commit cdd1342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,9 @@ jobs:
node-push:
name: Push Node.js Bindings
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
defaults:
run:
working-directory: bindings/nodejs
runs-on: ubuntu-2004-8-cores
needs: [atomic-release]
env:
Expand Down

0 comments on commit cdd1342

Please sign in to comment.