We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dbabb commit 6a98f1bCopy full SHA for 6a98f1b
1 file changed
.github/workflows/TagBot.yml
@@ -25,7 +25,14 @@ 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 StateSelection.jl
29
+ uses: JuliaRegistries/TagBot@v1
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
ssh: ${{ secrets.DOCUMENTER_KEY }}
33
+ - name: Tag ModelingToolkitTearing.jl
34
35
+ with:
36
+ token: ${{ secrets.GITHUB_TOKEN }}
37
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
38
+ subdir: lib/ModelingToolkitTearing
0 commit comments