Skip to content

Commit

Permalink
ci: fix release config
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Dec 17, 2024
1 parent 59e494c commit ee053db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Generate Semantic Release
on:
push:
branches:
- version-14
- version-15

jobs:
release:
name: Release
Expand All @@ -25,8 +23,8 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: "linus-alyf"
GIT_AUTHOR_NAME: "alyf-linus"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "linus-alyf"
GIT_COMMITTER_NAME: "alyf-linus"
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["version-14", "version-15"],
"branches": ["version-15"],
"plugins": [
[
"@semantic-release/commit-analyzer", {
Expand Down

0 comments on commit ee053db

Please sign in to comment.