Skip to content

Commit b86c0fe

Browse files
Merge pull request #59 from JuliaComputing/as/tagbot
ci: run TagBot when tagging MTKTearing
2 parents d4dbabb + 6a98f1b commit b86c0fe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ 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 StateSelection.jl
29+
uses: JuliaRegistries/TagBot@v1
2930
with:
3031
token: ${{ secrets.GITHUB_TOKEN }}
3132
ssh: ${{ secrets.DOCUMENTER_KEY }}
33+
- name: Tag ModelingToolkitTearing.jl
34+
uses: JuliaRegistries/TagBot@v1
35+
with:
36+
token: ${{ secrets.GITHUB_TOKEN }}
37+
ssh: ${{ secrets.DOCUMENTER_KEY }}
38+
subdir: lib/ModelingToolkitTearing

0 commit comments

Comments
 (0)