We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273e12c commit 0b8abf5Copy full SHA for 0b8abf5
.github/workflows/TagBot.yml
@@ -0,0 +1,11 @@
1
+name: TagBot
2
+on:
3
+ schedule:
4
+ - cron: 0 * * * *
5
+jobs:
6
+ TagBot:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: JuliaRegistries/TagBot@v1
10
+ with:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
Project.toml
@@ -8,7 +8,9 @@ Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
-julia = "1.0"
+Dagger = "0.8"
12
+Requires = "1.0"
13
+julia = "1"
14
15
[extras]
16
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
0 commit comments