Skip to content

Commit 7fb6b2a

Browse files
committed
feat: release v9.0.10
1 parent cd9bd91 commit 7fb6b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
release:
115115
name: Release
116-
if: github.ref == 'refs/heads/main'
116+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9'
117117
runs-on: ubuntu-latest
118118
timeout-minutes: 10
119119
needs:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"js-yaml": "^4.1.0"
8080
},
8181
"release": {
82-
"branches": ["main"],
82+
"branches": ["main", "v9"],
8383
"plugins": [
8484
"@semantic-release/commit-analyzer",
8585
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)