We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d601b8 commit cce240eCopy full SHA for cce240e
1 file changed
.github/workflows/cicd.yaml
@@ -23,12 +23,13 @@ jobs:
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v6
26
+ with:
27
+ fetch-depth: 0
28
29
- name: Semantic Release
30
id: semantic
31
uses: cycjimmy/semantic-release-action@v6
32
with:
- semantic_version: 19.0.5
33
extra_plugins: |
34
@semantic-release/commit-analyzer
35
@semantic-release/release-notes-generator
0 commit comments