Skip to content

Commit cce240e

Browse files
authored
fix(ci): align semantic-release action with compatible plugin versions (#13)
1 parent 9d601b8 commit cce240e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cicd.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v6
26+
with:
27+
fetch-depth: 0
2628

2729
- name: Semantic Release
2830
id: semantic
2931
uses: cycjimmy/semantic-release-action@v6
3032
with:
31-
semantic_version: 19.0.5
3233
extra_plugins: |
3334
@semantic-release/commit-analyzer
3435
@semantic-release/release-notes-generator

0 commit comments

Comments
 (0)