Skip to content

Commit

Permalink
feat: release v9.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Nov 26, 2022
1 parent cd9bd91 commit 7fb6b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Expand Up @@ -113,7 +113,7 @@ jobs:

release:
name: Release
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9'
runs-on: ubuntu-latest
timeout-minutes: 10
needs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"js-yaml": "^4.1.0"
},
"release": {
"branches": ["main"],
"branches": ["main", "v9"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 7fb6b2a

Please sign in to comment.