Skip to content

Commit 74fb5f2

Browse files
committed
fix(ci/cd): Correct workflow /6
1 parent 8eab82c commit 74fb5f2

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
run: npm run test:nowatch
3333
- name: Semantic Release
3434
run: npx semantic-release
35-
extra_plugins: |
36-
@semantic-release/changelog@6.0.0
37-
@semantic-release/github
3835
env:
3936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4037

.releaserc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins:
2-
- "@semantic-release/commit-analyzer"
3-
- "@semantic-release/release-notes-generator"
4-
- "@semantic-release/npm"
5-
- "@semantic-release/changelog"
6-
- - "@semantic-release/git"
2+
- '@semantic-release/commit-analyzer'
3+
- '@semantic-release/release-notes-generator'
4+
- '@semantic-release/npm'
5+
- '@semantic-release/changelog'
6+
- - '@semantic-release/git'
77
- assets:
88
- CHANGELOG.md
99
- package.json
1010
- README.md
1111
message: "chore(release): version ${nextRelease.version}\n\n${nextRelease.notes}"
12-
- "@semantic-release/github"
12+
- '@semantic-release/github'

0 commit comments

Comments
 (0)