Skip to content

Commit

Permalink
Add back missing "jobs" key
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Nov 23, 2023
1 parent 6c69ebc commit e8e9944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ defaults:
run:
working-directory: packages/js/passkeys-next-auth-provider

jobs:
build-and-publish:
needs: check-matching-versions
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-js-passkeys-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defaults:
run:
working-directory: packages/js/passkeys-sdk

jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e8e9944

Please sign in to comment.