Skip to content

Commit f643057

Browse files
authored
Update ci-builds.yml
1 parent 2127185 commit f643057

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-builds.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
with:
30-
fetch-depth: 150
30+
fetch-depth: 0
3131
fetch-tags: true
3232

3333
- name: Version
@@ -37,9 +37,6 @@ jobs:
3737
version_format: "${major}.${minor}.${patch}"
3838
search_commit_body: true
3939
bump_each_commit: true
40-
enable_prerelease_mode: true
41-
debug: true
42-
tag_prefix: v
4340

4441
publish-core:
4542
name: Publish Core as Github Package - ${{ needs.vars.outputs.version }}

0 commit comments

Comments
 (0)