Skip to content

bump compats (including julia), remove unneeded Interpolations.jl dep #111

bump compats (including julia), remove unneeded Interpolations.jl dep

bump compats (including julia), remove unneeded Interpolations.jl dep #111

Workflow file for this run

name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}