Skip to content

Commit aed40f0

Browse files
authored
Update CompatHelper.yml to automatically bump version for main project (#357)
* Update CompatHelper.yml to automatically bump version for main project * requires CompatHelper v3
1 parent 83203aa commit aed40f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
import Pkg
1616
name = "CompatHelper"
1717
uuid = "aa819f21-2bde-4658-8897-bab36330d9b7"
18-
version = "2"
18+
version = "3"
1919
Pkg.add(; name, uuid, version)
2020
shell: julia --color=yes {0}
2121
- name: "Run CompatHelper"
@@ -28,7 +28,7 @@ jobs:
2828
end
2929
end
3030
@info "CompatHelper directories" subdirs
31-
CompatHelper.main(; subdirs=subdirs)
31+
CompatHelper.main(; subdirs=subdirs, bump_version=true)
3232
shell: julia --color=yes {0}
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)