Skip to content

Create a weekly tag #188

Create a weekly tag

Create a weekly tag #188

Workflow file for this run

name: Create a weekly tag
on:
schedule:
- cron: '0 0 * * 0'
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: misc/git-tag-maybe.sh