Skip to content

Commit 914928c

Browse files
committed
update tagbot for subpackages
1 parent e9a719e commit 914928c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@ jobs:
2525
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: JuliaRegistries/TagBot@v1
28+
- name: Tag IncrementalInference
29+
uses: JuliaRegistries/TagBot@v1
2930
with:
3031
token: ${{ secrets.GITHUB_TOKEN }}
3132
ssh: ${{ secrets.DOCUMENTER_KEY }}
33+
subdir: IncrementalInference
34+
- name: Tag IncrementalInferenceTypes
35+
uses: JuliaRegistries/TagBot@v1
36+
with:
37+
token: ${{ secrets.GITHUB_TOKEN }}
38+
ssh: ${{ secrets.DOCUMENTER_KEY }}
39+
subdir: IncrementalInferenceTypes

0 commit comments

Comments
 (0)