Skip to content

Commit

Permalink
update release js (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jun 20, 2024
1 parent 5586b59 commit 51dbbc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ jobs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

strategy:
matrix:
working-directory:
- "libs/sdk-js"

defaults:
run:
working-directory: "libs/sdk-js"
working-directory: ${{ matrix.working-directory }}

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

0 comments on commit 51dbbc7

Please sign in to comment.