We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a719e commit 914928cCopy full SHA for 914928c
1 file changed
.github/workflows/TagBot.yml
@@ -25,7 +25,15 @@ jobs:
25
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: JuliaRegistries/TagBot@v1
+ - name: Tag IncrementalInference
29
+ uses: JuliaRegistries/TagBot@v1
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
ssh: ${{ secrets.DOCUMENTER_KEY }}
33
+ subdir: IncrementalInference
34
+ - name: Tag IncrementalInferenceTypes
35
36
+ with:
37
+ token: ${{ secrets.GITHUB_TOKEN }}
38
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
39
+ subdir: IncrementalInferenceTypes
0 commit comments