Skip to content

Commit ae4a8f6

Browse files
authored
Merge pull request #58 from JuliaGraphics/sd/new-version
update CompatHelper + Project
2 parents 050a2b7 + b007fa7 commit ae4a8f6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
5-
- cron: '00 00 * * *'
6-
4+
- cron: 0 0 * * *
5+
workflow_dispatch:
76
jobs:
87
CompatHelper:
98
runs-on: ubuntu-latest
109
steps:
11-
- uses: julia-actions/setup-julia@latest
12-
with:
13-
version: 1.3
1410
- name: Pkg.add("CompatHelper")
1511
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1612
- name: CompatHelper.main()
1713
env:
1814
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
1916
run: julia -e 'using CompatHelper; CompatHelper.main()'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FreeTypeAbstraction"
22
uuid = "663a7486-cb36-511b-a19d-713bb74d65c9"
3-
version = "0.9.0"
3+
version = "0.9.1"
44

55
[deps]
66
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"

0 commit comments

Comments
 (0)