Skip to content

Tag

Tag #93

Workflow file for this run

name: Tag
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * SUN
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.mytoken }}