Skip to content

chore: Update deployment commands in deploy-docs-latest.yml #13

chore: Update deployment commands in deploy-docs-latest.yml

chore: Update deployment commands in deploy-docs-latest.yml #13

name: Bump version
on:
push:
branches:
- main
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.GITHUB_TOKEN }}