We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9bd91 commit 7fb6b2aCopy full SHA for 7fb6b2a
.github/workflows/CI-CD.yaml
@@ -113,7 +113,7 @@ jobs:
113
114
release:
115
name: Release
116
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9'
117
runs-on: ubuntu-latest
118
timeout-minutes: 10
119
needs:
package.json
@@ -79,7 +79,7 @@
79
"js-yaml": "^4.1.0"
80
},
81
"release": {
82
- "branches": ["main"],
+ "branches": ["main", "v9"],
83
"plugins": [
84
"@semantic-release/commit-analyzer",
85
"@semantic-release/release-notes-generator",
0 commit comments