Skip to content

Commit

Permalink
chore(release-npm.yaml): update package and path names in release-to-…
Browse files Browse the repository at this point in the history
…npm job
  • Loading branch information
chronark committed Sep 29, 2023
1 parent d6ed7de commit b2732de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
release-to-npm:
strategy:
matrix:
package: ["@unkey/api", "@unkey/next", "@unkey/hono"]
path: ["./packages/sdk", "./packages/next", "./packages/hono"]
include:
- package: "@unkey/api"
path: "./packages/sdk"
- package: "@unkey/next"
path: "./packages/next"
- package: "@unkey/nextjs"
path: "./packages/nextjs"
- package: "@unkey/hono"
path: "./packages/hono"
name: Release ${{matrix.package}}
Expand Down

0 comments on commit b2732de

Please sign in to comment.