diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 000000000..d77d3a0c3 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,11 @@ +name: TagBot +on: + schedule: + - cron: 0 * * * * +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index fbc302c9d..94415f959 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "PredictMD" uuid = "3e7d7328-36f8-4388-bd01-4613c92c7370" authors = ["Dilum Aluthge ", "Ishan Sinha ", "Paul Stey ", "Isabel Restrepo ", "Elizabeth Chen ", "Neil Sarkar ", "Brown Center for Biomedical Informatics "] doi = "10.5281/zenodo.1291209" -version = "0.34.14" +version = "0.34.15" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"