Skip to content

Commit

Permalink
packages/js: Auto-release all packages on "js-packages@*" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
merlindru committed Nov 23, 2023
1 parent 2d6c815 commit a7a0d69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release-js-passkeys-next-auth-provider.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Release JS package @teamhanko/passkeys-next-auth-provider

on:
push:
tags:
- "@teamhanko/passkeys-next-auth-provider@*"
workflow_run:
workflows: "Release JS package @teamhanko/passkeys-sdk"
branches: "main"
types:
- completed

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-js-passkeys-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release JS package @teamhanko/passkeys-sdk
on:
push:
tags:
- "@teamhanko/passkeys-sdk@*"
- "js-packages@*"

defaults:
run:
Expand Down
12 changes: 0 additions & 12 deletions packages/js/tag-and-push.sh

This file was deleted.

0 comments on commit a7a0d69

Please sign in to comment.