Skip to content

Commit 5829036

Browse files
committed
fix: add rules for next publishing
1 parent 3ff43dd commit 5829036

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

adminforth/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
"install-plugins": "cd ../plugins && sh install-plugins.sh",
2828
"install-adapters": "cd ../adapters && sh install-adapters.sh"
2929
},
30+
"release": {
31+
"branches": [
32+
"main",
33+
{
34+
"name": "next",
35+
"prerelease": true
36+
}
37+
]
38+
},
3039
"exports": {
3140
".": {
3241
"import": "./dist/index.js",

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626

2727
build-live-demo:
2828
when:
29-
- event: push
29+
- event: push
3030

3131
image: docker
3232
volumes:

0 commit comments

Comments
 (0)