#patch new typo letterspacing #183
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |