Skip to content

#patch new typo letterspacing #183

#patch new typo letterspacing

#patch new typo letterspacing #183

name: Upgrade tag version
on:
push:
branches:
- master
jobs:
build:
name: Generate tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out code
with:
fetch-depth: 0
- uses: anothrNick/[email protected]
name: Bump version and push tag
env:
GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
WITH_V: true
DEFAULT_BUMP: none