Skip to content

Commit c844f7e

Browse files
committed
Fix the publish CI not running on a prototype
1 parent b743d25 commit c844f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
- 'pre-release-beta/**'
88
- 'beta/**'
9-
- 'prototype-beta/'
9+
- 'prototype-beta/**'
1010
env:
1111
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1212

0 commit comments

Comments
 (0)