Skip to content

bump version

bump version #163

Workflow file for this run

name: bump version
on:
schedule:
- cron: '0 2 * * 1'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.SECRET }}