We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 984f08d + f4f0bfe commit 4e9691bCopy full SHA for 4e9691b
.github/workflows/release.yml
@@ -1,6 +1,12 @@
1
name: Release
2
3
-on: [push]
+on:
4
+ push:
5
+ pull_request:
6
+ types: [opened, labeled]
7
+ branches:
8
+ - main
9
+ - next
10
11
jobs:
12
release:
package.json
@@ -15,7 +15,7 @@
15
"release": "auto shipit"
16
},
17
"devDependencies": {
18
- "auto": "^10.18.4",
+ "auto": "^10.18.5",
19
"lerna": "^4.0.0"
20
21
"repository": "code-hike/codehike",
@@ -25,6 +25,6 @@
25
"npm",
26
"released"
27
],
28
- "onlyPublishWithReleaseLabel": false
+ "onlyPublishWithReleaseLabel": true
29
}
30
0 commit comments