Skip to content

Commit 163bc2b

Browse files
committed
update(builder): Increment minor just for this release
1 parent 2a404f9 commit 163bc2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ jobs:
2121
run: |
2222
sudo apt update
2323
sudo apt install -y curl jq
24-
git config --global --add safe.directory /__w/swiftly/swiftly
2524
2625
- name: Generate version
2726
uses: reecetech/version-increment@2024.4.4
2827
id: version
2928
with:
3029
release_branch: master
31-
scheme: conventional_commits
30+
increment: minor
3231
use_api: true
3332

3433
build:

0 commit comments

Comments
 (0)