Skip to content

Commit

Permalink
update default directory in release-js (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jun 20, 2024
1 parent 562b6a2 commit 5586b59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
# Disallow publishing from branches that aren't `main`.
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
strategy:
matrix:
working-directory:
- "libs/sdk-js"

defaults:
run:
working-directory: "libs/sdk-js"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5586b59

Please sign in to comment.