Skip to content

Commit 5b9ad94

Browse files
committed
ci: add experimental channel
1 parent f8fe120 commit 5b9ad94

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pnpm run test:lib
3434

3535
CD:
36-
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/4.x' }}
36+
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental'|| github.ref == 'refs/heads/4.x' }}
3737
runs-on: ubuntu-latest
3838
needs: [CI]
3939
steps:

packages/next-safe-action/release.config.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ module.exports = {
1111
channel: "next",
1212
prerelease: true,
1313
},
14+
{
15+
name: "experimental",
16+
channel: "experimental",
17+
prerelease: true,
18+
},
1419
{
1520
name: "beta",
1621
channel: "beta",

0 commit comments

Comments
 (0)