Skip to content

TagBot

TagBot #5785

Workflow file for this run

name: TagBot
on:
schedule:
# every six hour
- cron: 0 */6 * * *
jobs:
publish-github-release:
runs-on: ubuntu-latest
container: rtagbot/tagbot:latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: check and publish release
run: |
tagbot::publish_release()
shell: Rscript {0}
env:
GITHUB_PAT: ${{secrets.GITHUB_TOKEN}}