update default directory in release-js (#716)

This commit is contained in:
Vadym Barda
2024-06-19 20:39:27 -04:00
committed by GitHub
parent 562b6a2301
commit 5586b59811
+4 -4
View File
@@ -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