Skip to content

Commit 4e83139

Browse files
committed
ci: release from main branch 👷‍♂️
1 parent 7c83bd4 commit 4e83139

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Release
22

33
on:
4-
push:
5-
branches: [master]
4+
workflow_dispatch:
5+
branches:
6+
- main
67

78
jobs:
89
build-release:
910
runs-on: ubuntu-latest
11+
environment: prod
1012

1113
steps:
1214
- uses: actions/checkout@v2

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,11 @@
193193
"pre-commit": "lint-staged",
194194
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
195195
}
196+
},
197+
"release": {
198+
"comment": "This is for semantic-release configuration",
199+
"branches": [
200+
"main"
201+
]
196202
}
197203
}

0 commit comments

Comments
 (0)