We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f272c9 + 4641a3a commit 50a6a0aCopy full SHA for 50a6a0a
.github/workflows/release.yml
@@ -22,18 +22,19 @@ jobs:
22
- uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
-
+
26
+ - uses: actions/setup-node@v4
27
+ with:
28
+ node-version: 20
29
30
+ - name: Install extra plugins
31
+ run: npm install -g conventional-changelog-conventionalcommits
32
33
- name: Semantic Release
34
id: semantic-release
35
uses: cycjimmy/semantic-release-action@v4
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- with:
- extra_plugins: |
- - @semantic-release/release-notes-generator
- - @semantic-release/changelog
- - @semantic-release/github
- - conventional-changelog-conventionalcommits
38
39
outputs:
40
new_release_published: ${{ steps.semantic-release.outputs.new_release_published }}
0 commit comments