Skip to content

Commit

Permalink
Tweak compat helper (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt authored Nov 30, 2024
1 parent a07e9c7 commit 5736d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
- name: CompatHelper.main(; bump_version=true)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
Expand Down

0 comments on commit 5736d3a

Please sign in to comment.